Installing Tomcat 7 as Service on Windows Server 2008

后端 未结 9 1347
無奈伤痛
無奈伤痛 2021-02-07 05:34

I want to install my tomcat v7.0.12 as a service on my Windows 2008 Server. On the tomcat page I found this tutorial. But there isn\'t a service.bat file in my inst

9条回答
  •  再見小時候
    2021-02-07 06:13

    You can find the solution here!

    Install the service named 'Tomcat7'

    C:\>Tomcat\bin\service.bat install
    

    There is a 2nd optional parameter that lets you specify the name of the service, as displayed in Windows services.

    Install the service named 'MyTomcatService'

    C:\>Tomcat\bin\service.bat install MyTomcatService
    

提交回复
热议问题