RE: filter problem when starting tomcat

2008-10-20 Thread Chris van Es
e that the filter's init method is trying to access the init-params before they've been set? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 20 October 2008 00:41 To: Tomcat Users List Subject: Re: filter problem when starting tomcat Chris van Es wrote: >

Re: filter problem when starting tomcat

2008-10-19 Thread Mark Thomas
Chris van Es wrote: > on some occasions the webapp which contains > the filter in its web.xml hangs for a number of minutes (up to 10 > minutes in the worst case) then fails with "SEVERE: error filterStart > [appName]" Try taking some thread dumps whilst the system is hung. Mark -