I actually reinstalled JDK 1.2.2 and still having the same problem So I went through the NT service workaround http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html ...and startup.bat reponds that it is starting a service but the service is not visable in the W2K Service applet
log out and the "Catalina" program (java.exe) freezes responding with "Full thread dump" and a bunch of info Reference in the article says to make a AJPV12 port connector in my server.xml file; I see a AJPV13 (1.3) setting in there but dont see any documentation on what the AJPV12 syntax should be Is this my problem and what is the code for the AJP12 connector? Thanks -----Original Message----- From: "Timlin, Bob" <[EMAIL PROTECTED]> Date: Wed, 30 Jan 2002 16:47:53 -0800 To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: Tomcat shuts down logoff Windows 2000 Server > 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]> > > -- _______________________________________________ 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]>
