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/12/17 16:31:04 UTC

DO NOT REPLY [Bug 25593] New: - allowLinking attribute value is not preserved or ignored after context is reloaded

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

allowLinking attribute value is not preserved or ignored after context is reloaded

           Summary: allowLinking attribute value is not preserved or ignored
                    after context is reloaded
           Product: Tomcat 5
           Version: 5.0.16
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: vladislavi@yahoo.com


<Context path="/myapp" docBase="myapp" debug="0" privileged="true" 
crossContext="true" reloadable="true" allowLinking="true" >

I have a link in "myapp/WEB-INF/classes/com" that points to a directory 
located on an NFS share. After tomcat starts up "myapp" works perfectly fine. 
After the application gets reloaded (either my the manager or because of the 
class file change) tomcat stops floowing the links for the application 
generating ClassNotFound exceptions.

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