Tomcat on Windows x64 using 32-bit JDK

Posted by Erik on Stack Overflow See other posts from Stack Overflow or by Erik
Published on 2010-04-18T23:29:23Z Indexed on 2010/04/18 23:33 UTC
Read the original article Hit count: 369

Filed under:
|
|
|

Hoping someone can help.

The rub: I can't get Tomcat 5.5 to start as a windows service on 64-bit windows using a 32-bit JDK.

the details: I've been running Tomcat 5.5 on Windows Server 2008 (x64) as a service for some time using a 64-bit JDK.

I'm being forced to install a 32-bit JDK on this 64-bit machine so I can make use of the Java JAI libraries (no 64-bit JAI version). I have to run Tomcat using this 32-bit JDK.

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

Problem is, it will not start as a windows service. I'm using the Tomcat bundled procrun executables. Has anyone had success starting Tomcat as a service using a 32-bit JDK on a 64-bit machine?

Thanks for your expertise.

© Stack Overflow or respective owner

Related posts about tomcat

Related posts about win64