You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jacob Kjome <ho...@visi.com> on 2002/05/08 19:51:24 UTC

Re[2]: TOMCAT as NT SERVICE

Hello Gurmeet,

Hmm... strange that they recommend using jk_nt_service.exe when
Tomcat.exe (Javaservice) exists.

Set up your NT Service as follows:

Install Catalina Service:

%CATALINA_HOME%\bin\tomcat.exe -install Apache-Catalina %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar -Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -start org.apache.catalina.startup.Bootstrap -params start -stop org.apache.catalina.startup.Bootstrap -params stop -out %CATALINA_HOME%\logs\stdout.log -err %CATALINA_HOME%\logs\stderr.log

Uninstall Catalina Service:

%CATALINA_HOME%\bin\tomcat.exe -uninstall Apache-Catalina


That should work for you.

Jake

Wednesday, May 08, 2002, 4:14:05 AM, you wrote:

G> tomcat 4.0.1 with jdk1.3

G> -----Original Message-----
G> From: Galbayar [mailto:galbayar@mobicom.mn]
G> Sent: Wednesday, May 08, 2002 2:21 PM
G> To: Tomcat Users List
G> Subject: RE: TOMCAT as NT SERVICE



G> which version you use?
G> -----Original Message-----
G> From: Gurmeet [mailto:gurmeet@indicom.co.in]
G> Sent: Wednesday, May 08, 2002 5:15 PM
G> To: Tomcat Users List
G> Subject: TOMCAT as NT SERVICE


G> Hi All,

G> I am trying to setup tomcat to work with IIS 5.0 on win2k.
G> I have followed all the steps mentioned on this URL

G> http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/

G> but when I try to start the service it gives me
G> "Error 1067 : service terminated unexpectedly"

G> Any help in this regards shall be highly appreciated.

G> Regards,
G> Gurmeet

G> --
G> To unsubscribe, e-mail:
G> <ma...@jakarta.apache.org>
G> For additional commands, e-mail:
G> <ma...@jakarta.apache.org>





G> --
G> To unsubscribe, e-mail:
G> <ma...@jakarta.apache.org>
G> For additional commands, e-mail:
G> <ma...@jakarta.apache.org>


G> --
G> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
G> For additional commands, e-mail: <ma...@jakarta.apache.org>



-- 
Best regards,
 Jacob                            mailto:hoju@visi.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>