您的位置: 首页 > 文章 > 【Eclipse 运行JSP项目时】Error:The Server cannot start becase one or more port... 【Eclipse 运行JSP项目时】Error:The Server cannot start becase one or more port... 分类: 文章 • 2024-01-23 13:20:04 Problem Occurred Resolution 1找到Tomcat服务器的文件资源 2 打开server.xml文件,找到shutdown端口号 3 将shutdown的端口号改为8005,保存。 4 再次运行JSP文件,成功运行。