DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25510>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25510

Sym links don't work

           Summary: Sym links don't work
           Product: Tomcat 5
           Version: 5.0.16
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have created a UNIX symlink in "docBase" directory:

$ cd myApp
$ ln -s servicios/sicuz sicuz
$ ls -l

lrwxrwxrwx ... sicuz -> servicios/sicuz

I have defined a context in "server.xml" like this:

   <Context path="" docBase="myApp" debug="0">
       <Resources className="org.apache.naming.resources.FileDirContext"
              allowLinking="true" />
   </Context>

The requested resource (/servicios/sicuz/index.html) is available -> It's OK

The requested resource (/sicuz/index.html) is not available. -> Why?

It's work fine in Tomcat 4.1.29 :-(

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

Reply via email to