要解决这个问题,两种方法:
1、把tomcat版本换成7.0.52之前的版本。
2、把xmlBlockExterna设成false。
下面是原版解释:As per discussion with Tomcat developers, xmlBlockExternal=”true” attribute of Tomcat’s Context (context.xml) was set true by default starting from 7.0.52. With xmlBlockExternal=”false”generated/djn-settings.conf can be included】
- 修改conf/context.xml
<Context xmlBlockExternal="false">
本文介绍了解决Tomcat中因xmlBlockExternal属性导致的问题的方法。可以通过更改Tomcat版本或者将xmlBlockExternal属性设置为false来解决。适用于版本7.0.52及之后的用户。

1373

被折叠的 条评论
为什么被折叠?



