如何解决端口冲突导致tomcat无法启动的问题
Tomcat在启动时主要使用下面的3个端口
< Server port = "8005" shutdown = "SHUTDOWN" debug = "0" >
< Connector className = "org.apache.coyote.tomcat4.CoyoteConnector" port = "8080" minProcessors = "5" maxProcessors = "75" enableLookups = "true" redirectPort = "8443" acceptCount = "100" debug = "0" connectionTimeout = "200000" useURIValidationHack = "false" disableUploadTimeout = "true" />
< Connector className = "org.apache.coyote.tomcat4.CoyoteConnector" port = "8009" minProcessors = "5" maxProcessors = "75" enableLookups = "true" redirectPort = "8443" acceptCount = "10" debug = "0" connectionTimeout = "20000" useURIValidationHack = "false" protocolHandlerClassName = "org.apache.jk.server.JkCoyoteHandler" />
端口被占用后的现象:

0

收藏

HarderXin

184篇文章,7W+人气,0粉丝