java.net.BindException: Address tomcat

  • 错误
  • StandardServer.await: create[8005]: java.net.BindException: Address already in use: JVM_Bind

  • 解决方案
  • 原文:http://www.junlu.com/msg/42820.html
  • Howdy,Change the server shutdown port, 8005 by default, in the 2nd installation's server.xml file so that they don't both try to bind the same port 8005

你可能感兴趣的:(java,jvm,tomcat,.net,xml)