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 -

filter problem when starting tomcat

2008-10-19 Thread Chris van Es
Hi, I'm having a problem with a redirect filter in tomcat 5.5.26 using jdk 1.6.07 on Solaris 5.10. I have two web applications, as war files, being autodeployed on tomcat startup, which the majority of the time start with no problem but on some occasions the webapp which contains the filter in its