https://issues.apache.org/bugzilla/show_bug.cgi?id=45403

           Summary: Tomcat does not reload application
           Product: Tomcat 6
           Version: 6.0.16
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Tomcat does not reload application if
 1)a file in WEB-INF/lib is a symbolic link file, and
 2)the actual file of the symbolic link file changed, and
 3)allowLinking attribute is false

In case of the above, Tomcat throws a NamingException.
Application reloading works well if allowLinking attribute is set to true.
The reason of the above would be as allows.

--------------------
WebappClassLoader:addJar

  long lastModified =
      ((ResourceAttributes) resources.getAttributes(jar))
       .getLastModified();
--------------------


I was wondering if application reloading should work when allowLinking
attribute
is false.
Or should Tomcat disregard the Jar (doesn't load it)
when "allowLinking=false"?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to