You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/22 18:06:58 UTC

DO NOT REPLY [Bug 21804] New: - Tomcat ignores "allowLinking" resource on DefaultContext

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=21804>.
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=21804

Tomcat ignores "allowLinking" resource on DefaultContext

           Summary: Tomcat ignores "allowLinking" resource on DefaultContext
           Product: Tomcat 4
           Version: 4.1.24
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rnewman@thecia.net
                CC: rnewman@thecia.net


I want Tomcat to allow symbolic links for all of my web applications.   I put this into my server.xml, 
but Tomcat appears to ignore it entirely:

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

Adding that same <Resources> entry to individual <Context> elements works, but I shouldn't 
have to name all of my contexts individually in order to globally allow symbolic linking.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org