myeclipse2017 部署时出现The server cannot be started because one or more of the ports are invalid.....

问题:

myeclipse2017部署tomcat v9.0时出现提示框
The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.

**

解决

**
修改在tomact安装目录下的conf文件中的server.xml
把里面的-1值改为8005
在这里插入图片描述

在这里插入图片描述
解决

猜你喜欢

转载自blog.csdn.net/weixin_44160527/article/details/116784044