`
happyqing
  • 浏览: 3154271 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

tomcat设置允许软链接

阅读更多

tomcat设置允许软链接

 

tomcat5,6,7

<Context path="" docBase="" allowLinking="true"/>

 

tomcat8

<Context path="" docBase="">
	<Resources allowLinking="true"/> 
</Context>

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics