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/02/16 22:49:43 UTC

DO NOT REPLY [Bug 26989] New: - difficulty shutting down service with shared/lib/commons-digester.jar

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

difficulty shutting down service with shared/lib/commons-digester.jar

           Summary: difficulty shutting down service with
                    shared/lib/commons-digester.jar
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: gxzuo@yahoo.com


The Tomcat service on Win2000 takes almost 1 minute to shutdown if I put
commons-digester.jar in shared/lib.  I have exactly the same setup with version
4.18 which didn't have this problem.  To be sure the jar file is the one causing
the problem, I removed all my applications and all other jar files, I was able
to reproduce the problem.  After I removed the jar file, tomcat shuts down fine.

I did find commons-digester.jar under server/lib.  However, classes loaded from
there are supposed to be visible only to Tomcat - my webapp failed to find the
required digester classes after I removed the jar file from shared/lib.

Interestingly, I don't have the same problem by putting commons-beanutils.jar
under shared/lib although commons-beanutils.jar exists under server/lib.

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