PDA

View Full Version : webhosting


mohan
10-27-2003, 05:54 AM
Hi Antun,

If I want to launch my application in future (written in lzx files as well as jsp files for backend)commercially using web host provider's servers, how do i do that.And how they provide running environment for laszlo application(that runs on redhat linux).

If so how do i set up the running enviornment for lzx by accessing remote server ( how do i create folder heirachy and how do i upload my lzx files as well as jsp files and data base).

Thanks,

Mallesh.

antun
10-27-2003, 08:57 AM
Most likely you will need to install the LPS on the hosting company's server.

Most likely you'll download and install whichever servlet container you want to use (e.g. Tomcat, Jetty, etc.) and you'll download the LPS Core package. You might need to install Java too.

If this is a Linux machine, you'll need root access to it.

I wouldn't recommend using a service that only allows you to upload a WAR file - I haven't had any sucess with that myself, plus the hosting companies that offer this usually won't give you full access to the server logs, so you won't be able to debug the installation.

You should also read the Deployer's Guide for more info:

http://www.laszlosystems.com/developers/learn/documentation/deployers-guide-1.0.2.php

Take care,

Antun