Tomcat 7 startup.bat exception

后端 未结 5 738
栀梦
栀梦 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条回答
  •  眼角桃花
    2021-02-08 07:14

    You may have another instance of Tomcat already running in the background and using port 8080. Go to Task Manager and end all the java*.exe processes.

提交回复
热议问题