问题:

The Tomcat connector configured to listen on port 9078 failed to start. The port may already be in use or the connector may be misconfigured.
解决:
netstat -ano|findstr "9078"

结束掉,即可:

微信扫一扫
问题:

The Tomcat connector configured to listen on port 9078 failed to start. The port may already be in use or the connector may be misconfigured.
解决:
netstat -ano|findstr "9078"

结束掉,即可:
