Tomcat on Windows x64 using 32-bit JDK

Hope someone can help.

Rub: I can't get Tomcat 5.5 to start as a Windows service in 64-bit windows using the 32-bit JDK.

Details: I used Tomcat 5.5 on Windows Server 2008 (x64) as a service for some time, using the 64-bit JDK.

I need to install the 32-bit JDK on this 64-bit machine so that I can use the Java JAI libraries (without the 64-bit version of JAI). I need to start Tomcat using this 32-bit JDK.

I can start Tomcat using the 32-bit JDK if I run it with /bin/startup.bat

The problem is that it will not start as a Windows service. I am using Tomcat scroll executables. Has anyone managed to start Tomcat as a service using the 32-bit JDK on a 64-bit machine?

Thanks for your experience.

+5
source share
1 answer

To run with a 64-bit JDK, you need to use tomcat.exe and tomcatw.exe, which are compiled with 64-bit. To run with a 32-bit JDK, you need .exe that are compiled with 32-bit.

, , Tomcat, 64- . (http://tomcat.apache.org/download-60.cgi), 32- , .

Tomcat 64-. Tomcat 6 WinXP 64 ?

+3

All Articles