Hi,
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 available to the web, with the browser I can see files in it : /var/lib/tomcat5/webapps/test1
So I created a symbolic link to point 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 sym links in the "test1" directory only? I don't want to enable sym links everywhere, just so that directory with pdf files is available to the web.
Thanks