最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

解决Windows 7 下无法启动Tomcat 的问题——Unrecognized Windows Sockets error: 0: JVM_Bind

运维笔记admin12浏览0评论

Win 7 启动tomcat 时 报Unrecognized Windows Sockets error: 0: JVM_Bind,可通过更改conf 目录下的server.xml 定义的三个接口解决:

 

<Server port="8009" shutdown="SHUTDOWN">

<Connector port="8090" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

 

<Connector port="8099" protocol="AJP/1.3" redirectPort="8443" />

发布评论

评论列表(0)

  1. 暂无评论