Hi all,

I'm using apache tomcat4.1, in webapps i made a symbolic link for my directory 
"content", and I've modified the context configuration with below:

<Resources className="org.apache.naming.resources.FileDirContext" allowLinking="true" 
/>

files inside the "content" can be accessed if i use port 8080, but if i use apache 
(port 80) to access, tomcat always return a "HTTP Status 404" error. 

http://localhost/course/content/upload/Notes/Part-1-2003.pdf (not work!)

http://localhost:8080/course/content/upload/Notes/Part-1-2003.pdf (work)

Any suggestion is welcome, thanks!

Reply via email to