Make sure you read this part, it is very important. Javaserv or JavaService is what you want!
Notice for JDK 1.3 users: There is a known problem in JDK 1.3 that affects Java applications being run as Windows NT services. The bug causes the service to terminate when the currently logged in user logs out. The simplest way to work around this problem is to use JDK 1.2. If your application requires JDK 1.3 features then you may want to look into javaserv or JavaService . Users have reported success with both of these packages but there may be others that work as well. -----Original Message----- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:43 PM To: Tomcat Users List Subject: RE: Tomcat shuts down logoff Windows 2000 Server This is a known bug with Tomcat, you can download JavaService (JavaSrvc) from Apache's website. Essentially it uses a different method for generating an NT Service. Here are the details, although it is a Tomcat3.3 example, it works the same for Tomcat4 http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html -----Original Message----- From: Atok Koenig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: Tomcat shuts down logoff Windows 2000 Server New to Tomcat Installed Tomcat 4.0.1 on Windows 2000 server using local Admin account via Windows Terminal Services. Runs fine when logged in and started via startup.bat. DOS-type window titled "Catalina" opens saying "starting service tomcat-standalone" and starting service tomcat-apache" each followed by "Apache Tomkat/4.0.1". When I log out of terminal services java.exe stops running so server stops responding. Thanks Jakarta Tomcat 4.0.1 JDK 1.3.1_02 Windows 2000 Server SP2 -- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Win a ski trip! http://www.nowcode.com/register.asp?affiliate=1net2phone3a -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
