RE: Servlet silently dropped

2009-01-20 Thread Martin Gainty
: Tue, 20 Jan 2009 08:17:27 -0600 > Subject: RE: Servlet silently dropped > > > From: D. Barnhoorn [mailto:d.barnho...@tfe.nl] > > Subject: RE: Servlet silently dropped > > > > Main servlet grabs /** > > I don't think "/**" is a valid mapping, if I

RE: Servlet silently dropped

2009-01-20 Thread Caldarale, Charles R
> From: D. Barnhoorn [mailto:d.barnho...@tfe.nl] > Subject: RE: Servlet silently dropped > > Main servlet grabs /** I don't think "/**" is a valid mapping, if I'm interpreting the servlet spec properly. You should be using just "/" for your default

RE: Servlet silently dropped

2009-01-20 Thread D. Barnhoorn
Chuck, >> One of those servlets stops handling or maybe even >> getting requests that it has a mapping for. >What does a thread dump show in this situation? I will see if I can get access - the machine is more or less a black box for me I'm afraid, and on an internal network that I cannot acces

RE: Servlet silently dropped

2009-01-19 Thread Caldarale, Charles R
> From: D. Barnhoorn [mailto:d.barnho...@tfe.nl] > Subject: Servlet silently dropped > > One of those servlets stops handling or maybe even > getting requests that it has a mapping for. What does a thread dump show in this situation? > What is odd is that: > - it's always the same one Which narr

Re: Servlet silently dropped

2009-01-19 Thread D. Barnhoorn
Hi Konstantin, You are right it's one of the auxiliaries, forgot to add that. The init() completes, the servlet will also work for an indefinite amount of time - if we're lucky right up till the next update of the site. Otherwise we have too restart Tomcat to get the servlet up and running again.

Re: Servlet silently dropped

2009-01-19 Thread Konstantin Kolinko
2009/1/19 D. Barnhoorn : > > Hi, > > We have a strange problem at one of our clients in that Tomcat seems to drop > a specific servlet while running. This happens very sporadically and is > possibly connected with a high load. > > The server is a Sun sparc running Tomcat 5 in java 1.4.2_02 > > The