PDA

View Full Version : moving new lps-2.2 installation to an existing Tomcat 5.0.27 server


d~l
10-05-2004, 01:11 PM
I have just downloaded and installed lps 2.2 ..

my previous configuration was lps-2.1.2 which was moved into webapps directory of a Tomcat 5.0.27 installation (instead of the Laszlo tomcat server)

.. located at c:\tomcat5\webapps

Now, I would like to move lps-2.2 into c:\tomcat5\webapps\

so that I have

c:\tomcat5\webapps\lps-2.2\

...

but lps-2.2 is at a higher directory level than 2.1.2
i.e. not located in webapps

how can I move lps-2.1.2 into c:\tomcat5\webapps\ .. setting the expected paths .. and not using the Laszlo installed Tomcat 5.0.24 server?

what changes need to be made to web.xml / server.xml / etc. ?

bloch
10-05-2004, 01:57 PM
You can drop the lps-2.2 webapp directly into the tomcat webapps directory you have.

We shipped the tomcat 5.0.24 that comes with lps 2.2 to find the webapp up a level. But it's a proper webapp and can be configured just like any other webapp.

Hope that clears things up.

-Eric

d~l
10-06-2004, 01:01 AM
Thanks .. I now have lps-2.2 running in my Tomcat 5.0.27 .. just moved lps-2.2 into webapps

although I see from downloads page that I can download lps-2.2-core to go into existing webapps.