Configure Symlinks for single directory in Tomcat

后端 未结 7 1137
情歌与酒
情歌与酒 2020-12-05 06:55

I have a directory to which a process uploads some .pdf files. This process is out of my control.

I need to make those files available through the websi

7条回答
  •  無奈伤痛
    2020-12-05 07:49

    Create a context.xml file in a META-INF directory in your web app containing:

    
    
    
    
    
    

    more here: http://www.isocra.com/2008/01/following-symbolic-links-in-tomcat/

提交回复
热议问题