eclipse配置tomcat8.5(注意是8.5)
eclipse配置tomcat8.5时出错:The Apache Tomcat installation at this directory is version 8.5.4. A Tomcat 8.0 installation is expected. 使用tomcat8.0便可以去除这个问题,如果非要使用tomcat 8.5。 那么请看以下步骤
操作方法
- 01
window--->preferences
- 02
server--->Runtime Environm 点击 右侧的 “add”
- 03
选择对应的tomcat版本
- 04
选择jre并选择tomcat安装路径
- 05
选中tomcat8.5根目录
- 06
报错:The Apache Tomcat installation at this directory is version 8.5.4. A Tomcat 8.0 installation is expected.。到了这一步,如果没有报错点击finish就可了。
改错
- 01
打开tomcat的lib目录。D:\Program Files\Apache Software Foundation\Tomcat 8.5\lib的catalina.jar文件
- 02
路径为\org\apache\catalina\util 的ServerInfo.properties文件
- 03
修改为: server.info=Apache Tomcat/8.0.0 server.number=8.0.0
- 04
保存,点击 “确定”
- 05
需要下载eclipse的补丁:bugs.eclipse.org/bugs/attachment.cgi?id=262418&action=edit 打开eclipse安装路径,放入plugins文件夹中。这样就结束了,不需要重启eclipse
赞 (0)