tomcat照射外部目录

tomcat映射外部目录在server.xml的host下面,增加?Context docBased:/outdir path/context/outdir r

tomcat映射外部目录

在server.xml的host下面,增加

?<Context docBase="d:/outdir" path="/context/outdir" reloadable="true"/>