网上看了好多人解决了 所以试了试没有成功 后来发现可能是语言的局限性影响了
工程deploy后编译后的包中 需要包含一些静态图片的文件夹 图片文件有很大 所有用软连接
ln A B -s 在B文件下创建软连接
网上基本都是说在
; 里面加上 allowLinking="true" 就可以了
后来试了试 发现是要写成 这样才行
完整代码如下:
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
<!--
<Manager pathname="" />
-->
<!-- Uncomment this to enable Comet connection tacking (provides events
on session expiration as well as webapp lifecycle) -->
<!--
<Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
-->
问题解决 分享给语文跟我一样不好的人吧