Tomcat 7 as windows service not accessible from other systems

前端 未结 3 1017
死守一世寂寞
死守一世寂寞 2021-02-14 07:21

I have downloaded Tomcat 7 zip for 32 bit windows 7 machine. I have unzipped the package and created the windows service using ..\\bin\\service.bat. But when i start the servic

3条回答
  •  渐次进展
    2021-02-14 07:51

    Another solution could be to install tomcat as a win service to make it available from outside.

    If you have already install tomcat, then you can register it as service using below command.

    service.bat install/remove [service_name] [/user username]

    Both will solve the issue.

提交回复
热议问题