Configure Symlinks for single directory in Tomcat

后端 未结 7 1140
情歌与酒
情歌与酒 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:48

    I made it in this other way. I edit this other configuration file: apache-tomcat-7.0.33/conf/server.xml In Host tag I added:

    
    

    So, you can acces via: http://localhost/data

提交回复
热议问题