tomcat7:
vi /conf/context.xml
将<Context>修改为<Context allowLinking="true">
tomcat8:
vi /conf/context.xml
在<Context>
...
</Context> 之间加入一行
<Resources allowLinking="true"></Resources>
tomcat7:
vi /conf/context.xml
将<Context>修改为<Context allowLinking="true">
tomcat8:
vi /conf/context.xml
在<Context>
...
</Context> 之间加入一行
<Resources allowLinking="true"></Resources>