RE: Tomcat 5.5.20 on Windows - Service and App

2007-02-10 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.20 on Windows - Service and App > > When starting Tomcat by hand using 'bin/startup run' I get > the message: > JAVA_HOME should point to a JDK not a JRE Use JRE_HOME, not JAVA_HOME, if y

Re: Tomcat 5.5.20 on Windows - Service and App

2007-02-10 Thread Len Popp
When you run Tomcat with startup.bat it uses the JAVA_HOME environment variable to find the JAVA JVM. You must set JAVA_HOME to the JVM you want to use. When you run it as a service, the service wrapper gets the JVM location and other settings from the registry. You can change these using the Con

Tomcat 5.5.20 on Windows - Service and App

2007-02-10 Thread news
Hello, I ve downloaded two Windows versions of Tomcat. First the Serviceinstaller, second the 'normal' zip archive. Than I installed the Java JRE (!) on my system. When starting the service installation of Tomcat the programm runs fine. When starting Tomcat by hand using 'bin/startup run' I get