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

Myth丶恋晨 2023-06-22 06:29 100阅读 0赞

问题:

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

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FldzIwMTc_size_16_color_FFFFFF_t_70备注:

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

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

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

发表评论

表情:
评论列表 (有 0 条评论,100人围观)

还没有评论,来说两句吧...

相关阅读