Tomcat 7 startup.bat exception

后端 未结 5 701
栀梦
栀梦 2021-02-08 06:42

When i run startup.bat file of Tomcat 7 i m getting the following error.

INFO: Initializing ProtocolHandler [\"http-apr-8080\"] Mar 01, 2014 12:18:22

5条回答
  •  Happy的楠姐
    2021-02-08 07:06

    the port 8080 might be used by other application. go to server.xml in tomcat and change the port number, and restart the tomcat. To change port follow http://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/

提交回复
热议问题