Saturday, December 11, 2010

Apache Tomcat as windows service

below command will create a Tomcat Server as windows service if you are not installing it thro the binarys.


SC create tomcatRN binpath= D:\apache-tomcat-5.5.16\bin\startup.bat DisplayName= Tomcat_5050
[SC] CreateService SUCCESS

No comments:

Post a Comment