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

Re: ClassNotFoundException when upgrading from 5.5.9 to 5.5.10+

2005-11-29 Thread David R Mulligan
e small. Any ideas? Thanks, David On Mon, 2005-11-28 at 14:43 -0700, David R Mulligan wrote: > 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

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