错误信息:
publishing to tomcat v8.0 server at localhost has encontered a problem
产生错误的操作:
解决方法:
1、找到Tomcat的配置文件“context.xml”,在Context标签中添加两个属性( reloadable=true” privileged=true”),如下图:
2、加完保存之后,重新启动Eclipse,否则不生效。重新启动Eclipse之后,问题就解决了;但再查看Context.xml文件会发现两个属性又被去掉了。
其它方法
以下方法我没有实际测试过,如果你通过上面的方法不能解决问题,可以考虑尝试下面的方法:
解决方案:
- Removed the project from the workspace
- Remove .classpath, .project and .settings folder
- Reimport the project
Maven项目解决:
- Removed the project from the workspace
- CMD:mvn eclipse:clean
- Remove .settings folder
- CMD:mvn eclipse:eclipse
- Reimport the project
版权声明:本文为博主原创文章,未经博主允许不得转载。
时间: 2024-10-24 22:54:32