I have the following symbolic link under webapps/ROOT


lrwxrwxrwx 1 root root 9 Aug 2 10:08 orca -> /mnt/orca

/mnt/orca is an NFS mounted filesytems containing some web content.

I added allowLinking="true" to the ROOT context in conf/server.xml <!-- Tomcat Root Context -->
<Context path="" docBase="ROOT" debug="0" reloadable="true" allowLinking="true" />


I then restarted the tomcat server and tried to access http://localhost/orca/ and I get error 404. I am running the HTTP connector on port 80. Nothing else seems to be logged anywhere.

10.250.200.68 - - [03/Aug/2003:11:28:58 -0800] "GET /orca/ HTTP/1.1" 404 683


What am I doing wrong? I am running jakarta-tomcat-4.1.18 and using j2sdk1.4.0_02. The OS is Red Hat 8.0.


Thanks for any help,
CC


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to