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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
