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

contextDestroyed not given time and finalizers not called on shutdown

           Summary: contextDestroyed not given time and finalizers not
                    called on shutdown
           Product: Tomcat 4
           Version: 4.0 Beta 1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a contextDestroyed() method in a servlet.  It may take it up to a 
couple of seconds to do its job.  Sometimes it completes, but more often the 
web app is destroyed before it is done.

I also have a finalize method in a class for an asynchronous thread (not a 
servlet).  The finalize never gets called.

In both of the above I have System.out.println() stmts to determine the 
progress.

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

Reply via email to