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 website using Tomcat.
I have a directory /var/lib/tomcat5/webapps/test1
available to the web and I can see the files in it with a browser.
So, I created a symbolic link pointing at the directory with the .pdf
files:
/var/lib/tomcat5/webapps/test1/files/
, but I can't see anything in that directory.
How can I enable symlinks in the test1
directory only? I don't want to enable symlinks everywhere, just so that directory with .pdf
files is available to the web.