> 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
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
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