Bill, thanks for the response.
I could not find a binary for srvbatch so I started looking at compiling
a 64bit version myself; however, I don't have any knowledge of makefiles
and can't seem to get my attempted makefiles to run.  Is it possible I
could get the makefiles you used (or the 64bit binary for that matter)? 
Also, a README for commons-daemon talks about needing Cygwin.  Is this
something I'll need to get?  Thanks for the help.

Jeff Spors
Winona State University


-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
Sent: Thursday, July 21, 2005 9:00 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: Problem running Tomcat on Windows 64-Bit Edition

There is a srvbatch in commons-daemon (I'm too lazy to look if there is
a 
binary released for it :) that will allow you run the batch files as a 
service.

You can also grab the source from commons-daemon and compile a 64bit
version 
yourself (only the MSDK is needed, but you need to create your own 
makefiles).

I've done both, and they both work well (but only the second one lets
you 
have the nice configuration GUI :).

"Spors, Jeffrey R" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
I am trying to run Tomcat 5.5.9 as a service on Windows Server 2003
64-Bit Edition.

The following scenarios work fine:
 - 32-bit JDK and Tomcat 5.5 running as a service and using startup.bat
 - 64-bit JDK and Tomcat 5.5 using startup.bat

However, I can't run 64-bit JDK and Tomcat 5.5 as a service because it
runs tomcat5.exe, which is 32-bit app (32-bit apps cannot reference
64-bit apps and vice versa on Windows 64).

Is there a 64-bit binary for tomcat5.exe, is it possible for me to build
tomcat5.exe as a 64-bit app from source, or is there a way of getting
Tomcat to run as a service using only the .bat files?  Thanks for any
help.

Jeff Spors
Winona State University 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to