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 2004/07/19 17:35:34 UTC

DO NOT REPLY [Bug 30181] New: - Detection and reloading of modified class files in work directory.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30181>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30181

Detection and reloading of modified class files in work directory.

           Summary: Detection and reloading of modified class files in work
                    directory.
           Product: Tomcat 5
           Version: 5.0.25
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: alan.flisch@becogent.com


I would be useful if manual modifications of the contents of the work directory
could be detected causing the classes to reload.

I think this would help allow precompiling without requiring a bounce of the
context.  At the moment if you want to precompile and deploy a set of JSPs that
include some that already exist then you must bounce the context to force it to
either reload the contents of the work directory or (if you are adopting the
recommended Ant based approach) to reload the modified servlets and updated
web.xml file.

In my tests, I have established that this applies to Tomcat 5.0.25 running on
WindowsNT/2K.

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