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 you have only a JRE installed. -

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