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/23 05:25:27 UTC

DO NOT REPLY [Bug 21818] New: - Tomcat forgets "allowLinking=true" setting when reloading web applications

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

Tomcat forgets "allowLinking=true" setting when reloading web applications

           Summary: Tomcat forgets "allowLinking=true" setting when
                    reloading web applications
           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


If I have this in my server.xml

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

Tomcat forgets the allowLinking="true" setting if
   (a) I edit the application's web.xml file, triggering an automatic reload, or
   (b) I use Tomcat Manager to Stop the application and then Start it again

After I do either of these things, Tomcat can no longer find any resource in the application if it has 
to traverse a symbolic link.

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