解决tomcat支持在linux访问软链接,在下面配置文件修改如下:
conf/context.xml 文件:
<!-- Tomcat 7: -->
<Context allowLinking="true" />
<!-- Tomcat 8: -->
<Context>
<Resources allowLinking="true" />
</Context>
解决tomcat支持在linux访问软链接,在下面配置文件修改如下:
conf/context.xml 文件:
<!-- Tomcat 7: -->
<Context allowLinking="true" />
<!-- Tomcat 8: -->
<Context>
<Resources allowLinking="true" />
</Context>