Installed Tomcat 6 on WinXP 64. It installed just fine. But when I try to launch it ( from Windows Services) I get the following error : "Can not start an the Apache Tomcat Service on Local computer." error 216:0xd8
|
It's well known issue. Tomcat wrapper for windows service is compiled for 32 bits JDK. Steps that should allow you to install Tomcat as windows service under JDK64bits.
|
|||||||
|
|
According to the changelog since version 6.0.21 the 64-bit components are packaged in the native installer:
You should need no further configuration. |
|||||
|
|
I've struggled with this. I was trying to install Tomcat 6 on a Windox XP x64 system running on a virtual Intel Xeon CPU (X5460). I used FoxyBOA's comment as a guide, but offer the following:
After that, everything worked: I was able to startup Tomcat with its service manager and with the Windows Service Management Console. At the time I did this, I used Tomcat 6.0.18 and Sun Java 6 Update 12 (64-bit). |
|||||||
|
|
The fastest and simplest way to runs Tomcat at a 64bit Windows environment is installing the 32Bit JDK. Note: You can install JDK 32Bit after been instaled the JDK 64Bit, no problems will occur and de JDK will be updated. |
||||
|
|
|
Just modify step 6 so you put it in java instead of log in the registry value
|
|||
|
|
|
Just wanted to let folks know that when using 64bit tomcat 6, the registry to look at is HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\ Note the additional \Wow6432Node\ Thank you for your help! |
|||
|
|
FYI. I have it working now: Tomcat 6.0.29 and JRE 6u23, no mucking about - install the JRE, install Tomcat service installer, job done. It all starts up and works perfectly. |
|||
|
|