I've used the following successfully (much easier too): to install tomcat service:
"%CATALINA_HOME%\bin\tomcat.exe" -install Tomcat "%JAVA_HOME%\jre\bin\server\hotspot\jvm.dll" -Djava.class.path="%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.j ar" -Dcatalina.home="%CATALINA_HOME%" -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 to uninstall tomcat service: "%CATALINA_HOME%\bin\tomcat.exe" -uninstall Tomcat -----Original Message----- From: Anoop Kumar V [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:58 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat4.x as NTservice download jk_nt_service and wrappers.properties file. set java_home and tomcat_home in the wrappers.properties file. on a command prompt. jk_nt_service -i <name of service> -a <path to wrappers.properties file> this shd work. give a search for tomcat + NT on Google and you will get these files. cheers, anoop -----Original Message----- From: Jagan K Samuel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 2:27 PM To: [EMAIL PROTECTED] Subject: Tomcat4.x as NTservice Hi all, I would like to install Tomcat4.0.3 as NT service. Anybody has an idea how to do this? With Best Regards Jagan K Samuel =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
