PDA

View Full Version : Stuck at Laszlop Presentation Server Startup


robbieola
10-09-2004, 10:55 PM
I've installed Sun JDK 1.4eesdk-1_4-windows.exe on my Windows 2000 Server, and have logged into the Sun admin console (working). I've installed LPS. When I go to launch the LPServer, I get a command window opening up with the error log4j:WARN No appenders could be found for the logger(org.apache.catalina.startup.Embedded). I also get a browser window that opens with the Laszlo Presentation Server - Unable to access server. check port 8080.

I have Aport and its showing that port 8080 is running C:\Sun\AppServer\jdk\bin\javaw.exe.

I've set my JAVA_HOME variable to C:\Sun\AppServer\jdk\

Any suggestions how to move forward? Is there a Catalina_OP???? environmental setting i need to create to point to a log4j.properties file to get Tomcat working. Second, if I get Tomcat intialized will this solve the problem with launching the LSPresentation server - hoping/...

Thanks!

bloch
10-10-2004, 02:00 AM
While it is possible to use LPS with j2ee, it'snot recommended.

Better/easier to use LPS with j2se.


j2ee includes tomcat.
lps2.2 includes tomcat.

If you have both installed, they will fight for port 8080. There are numerous ways around this... dependingon how much you wanna know about tomcat and the like.

Easiest is to uninstall j2ee (unless you need it) and install j2se.

-Eric

robbieola
10-10-2004, 11:13 AM
nice - I'll try, thank you.