Re: ClassNotFoundException when upgrading from 5.5.9 to 5.5.10+

2005-11-29 Thread David R Mulligan
Comment #3 on http://issues.apache.org/bugzilla/show_bug.cgi?id=37302 has describes the problem and solution. Thanks, David On Tue, 2005-11-29 at 13:20 -0700, David R Mulligan wrote: > I've had some traction on this problem. If I remove the Loader element > from within my context element in serv

Re: ClassNotFoundException when upgrading from 5.5.9 to 5.5.10+

2005-11-29 Thread David R Mulligan
I've had some traction on this problem. If I remove the Loader element from within my context element in server.xml I no longer get the CNFE or NCDE errors. As far as I know my loader elements are pretty much standard other than I have reloadable="true" and the checkInterval quite small. Any i

ClassNotFoundException when upgrading from 5.5.9 to 5.5.10+

2005-11-28 Thread David R Mulligan
When I start up tomcat 5.5.10-12 I am getting a ClassNotFoundException for a custom class that implements Filter. Under 5.5.9 and 5.5.1 the class loads just fine. My class lives in a jar file in shared/lib as some if it is required by another webapp. If I move the class files in question to the