PDA

View Full Version : Deploying on external Tomcat


Aady
01-10-2007, 07:46 AM
Hi,

I have developed a small laszlo program.

Now I want to deploy it on to an external Tomcat server. I don't intend to use the embeded Tomcat server that comes along with Laszlo download.

As an example,
the LZX file developed is: sample.lzx
I want to invoke this LZX file from a html page: welcome.html
This web application is under the directory: myapplication

I want the application's welcome page to be rendered without any deep directory structure.

i.e. I want it to be as,

http://www.mydomain.com/welcome.html

instead of ,

http://www.mydomain.com/lps-3.3.3/myapplication/welcome.html

would anyone please explain the step-by-step deployment process on Tomcat.

Thanks.