tomcat,很多时候,可以在服务server.xml中可以实现一些效果
Posted dy9776
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat,很多时候,可以在服务server.xml中可以实现一些效果相关的知识,希望对你有一定的参考价值。
一、--日志
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b" />
二、-- 通过软连接,读取摸一个资源下的东西
<Context path="/zhjy/stuimg/opt" docBase="/opt" crossContext="true" trusted="true" allowLinking="true"></Context>
<Context path="/zhdsj/stuimg/opt" docBase="/opt" crossContext="true" trusted="true" allowLinking="true"></Context>
id student folderPath filePath
8A9EAE7047ED305B0147ED56021700E5 120602 /opt/data/store /photo/xx.png
以上是关于tomcat,很多时候,可以在服务server.xml中可以实现一些效果的主要内容,如果未能解决你的问题,请参考以下文章