今天在Linux上一个tomcat下部署两个工程的时候启动出现了这个问题: 目前比较好的解决方案是修改tomcat context.xml文件: 在<Context>上加入配置: <Loader delegate="true" /> 相关文章: