开发者

Trying to deploy Web Server Application

Starting of Tomcat failed, the server port 8080 is alr开发者_C百科eady in use. Can you tell me how to close the port?

Thanks


You need to shutdown the application which is using this port. Maybe another instance of Tomcat is already running. You can verify this by just going to http://localhost:8080 in a webbrowser. If this is true, you'll need to shutdown it first before starting it. Or if your intent is to have two Tomcats simultaneous running, you'll need to give one of both a different port in the HTTP connector in server.xml.


Are you running JBoss or some other webserver? If so try shutting it down to free port 8080. To shutdown these ports, stop the services that are using them.

You can also run the following in command line to determine the process using port 8080.

netstat -o

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜