Tomcat5 在windows安装服务

安装服务
Install the service named 'Tomcat5'
C:\> service.bat install

删除服务
Remove the service named 'Tomcat5'
C:\> tomcat5 //DS//Tomcat5


详细看
http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html

你可能感兴趣的:(windows)