有后台项目 admin ,上传目录 admin/uploadfiles
前端接口项目 web , 上传目录 web/uploadfiles
为了 web跟admin共用同一个目录,使用链接目录实现,但tomcat 无法访问这些文件.
需要配置:
<Context allowLinking="true" />
<Context>
<Resources allowLinking="true" />
</Context>
有后台项目 admin ,上传目录 admin/uploadfiles
前端接口项目 web , 上传目录 web/uploadfiles
为了 web跟admin共用同一个目录,使用链接目录实现,但tomcat 无法访问这些文件.
需要配置:
<Context allowLinking="true" />
<Context>
<Resources allowLinking="true" />
</Context>
本文标题:Tomcat与链接目录的配置
本文链接:https://www.haomeiwen.com/subject/ksowextx.html
网友评论