I have 2 tomcat instances configured. 1 as a service and one stand-alone. If I shutdown the standalone tomcat installation using shutdown.bat in the /bin folder then both the standalone and the Tomcat service is stopped.

Has anyone encountered this before?

I don't have any Tomcat/Catalina environment variables configured and I'm using Tomcat6 on both installs...

有帮助吗?

解决方案

Your two instances of Tomcat are listening on different ports. They also should listen on different ports for the shutdown signal. Make sure that the port referred in the shutdown.bat file matches the port configured in the instance of Tomcat that you are trying to shut down.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top