Hi, Thanks. I used the same method to install my service, but when I call my servlet, tomcat hangs down. I have to stop it and restart it. Do you know why?
> -----Urspr�ngliche Nachricht----- > Von: Pitre, Russell [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 9. Juli 2003 16:39 > An: Tomcat Users List > Betreff: RE: Running Tomcat as Windows Service > > > I used this to create my nt service..... > > "%CATALINA_HOME%\bin\tomcat.exe" -install Tomcat > %JAVA_HOME%\jre\bin\server\jvm.dll" > -Djava.class.path="%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOM > E%\lib\too > ls.jar" -Dcatalina.home="%CATALINA_HOME%" -start > org.apache.catalina.startup.BootstrapService -params start > -stop org.apache.catalina.startup.BootstrapService -params > stop -out "%CATALINA_HOME%"\logs\stdout.log -err > "%CATALINA_HOME%"\logs\stderr.log > > > Russ > > -----Original Message----- > From: Hamidene, Anis Ben [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2003 10:32 AM > To: [EMAIL PROTECTED] > Subject: Running Tomcat as Windows Service > > > Hi, > > I want to install Tomcat 4.1.2 as windows service. My > servlets should connect to another server over > SSl-Connection. I did install tomcat as a service, but when > my client connects to the servlet, tomcat hangs down,and I > have to restart the service manually. If I start Tomcat using > the batch file , everything works fine. Is it better to use > JavaService? The problem happens especially when running the > whole thing in a Citrix environment. > > > > Please help a.s.a.p. Yours anis > > > --------------------------------------------------------------------- > 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]
