Unable to open the service 'Tomcat7'

前端 未结 5 1300
傲寒
傲寒 2021-01-03 20:38

Hi I installed Apache Tomcat 7 through windows installer.And just restarted my system and Im getting the Error

Application System Err

5条回答
  •  心在旅途
    2021-01-03 21:27

    I have same problem with Tomcat 8 and I've found answer: http://tomcat.apache.org/tomcat-8.0-doc/windows-service-howto.html#Installing_services

    You need to execute from promt:

    cd %CATALINA_BASE% -> CATALINA_BASE : C:\Program Files\ApacheTomcat\apache-tomcat-8.0.0-RC5\bin
    service.bat install
    

提交回复
热议问题