The server cannot be started because one or more of the ports are invalid. Open the server editor an

问题:

Removing obsolete files from server...
Could not clean server of obsolete files: Premature end of file.
Premature end of file.

140622_eq2Z_2843307.png

原因:

安装的tomact的端口号和项目的使用的端口号不一致。

我这里是因为:Tomcat的server shutdown port没有设置成8005,而是-1,所以导致启动项目失败。

解决:

 omcat的server shutdown port设置成8005

备注:

如果解决不了可能是tomact的其他原因

https://blog.csdn.net/u013310119/article/details/52059712

https://www.oschina.net/question/2843307_2267338 

发布了120 篇原创文章 · 获赞 23 · 访问量 9万+

猜你喜欢

转载自blog.csdn.net/qew2017/article/details/103543759
今日推荐