casaubon
03-14-2004, 07:28 PM
I'm trying to install LPS2.1DE on resin on a linux box. Things seem to be starting up and compiling. No errors are showing up in my logs, but the HTML I get back in the browswer is definitely not what I should be seeing.
I'm probably making a bonehead mistake since i've never worked with resin before.
I'll include my resin.conf file.
Here's the HTML I'm receiving in my browser after attempting to access the amazon application from my server:
------------------------------
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="http://www.laszlosystems.com/favicon.ico" rel="SHORTCUT ICON">
<title>Laszlo Application</title>
<style>
body {
margin: 0;
background-color: #eaeaea
}
</style>
<script src="/includes/embed.js"></script>
</head>
<body>
<script>
lzEmbed({url: 'amazon2.lzx?lzt=swf', bgcolor: '#eaeaea', width: '780', height: '540'});
</script>
</body>
</html>
------------------------------------------
Any help would be appreciated.
Scott.
I'm probably making a bonehead mistake since i've never worked with resin before.
I'll include my resin.conf file.
Here's the HTML I'm receiving in my browser after attempting to access the amazon application from my server:
------------------------------
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="http://www.laszlosystems.com/favicon.ico" rel="SHORTCUT ICON">
<title>Laszlo Application</title>
<style>
body {
margin: 0;
background-color: #eaeaea
}
</style>
<script src="/includes/embed.js"></script>
</head>
<body>
<script>
lzEmbed({url: 'amazon2.lzx?lzt=swf', bgcolor: '#eaeaea', width: '780', height: '540'});
</script>
</body>
</html>
------------------------------------------
Any help would be appreciated.
Scott.