You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bongrip <to...@echeeba.com> on 2003/08/03 20:34:45 UTC

Problem with allowLinking="true"

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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org