修改Tomcat字符编码和允许软连接
修改server.xml里的<Connector port="80" ..... URIEncoding="UTF-8"/>
修改context.xml
<Context 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" />
-->
</Context> 版权声明:本文为博主原创文章,未经博主允许不得转载。
页:
[1]