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
e servlet and the vm at the time it occurs. >Tomcat can't log anything when a thread hangs inside a servlet. Again, get a thread dump (or >several). A hanging servlet would mean timeouts for the client I think? Or error 500? danny -- View this message in context:

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

Re: Servlet silently dropped

2009-01-19 Thread D. Barnhoorn
er must drop the servlet instance, and the > destroy() > method is not called. See the chapter SRV.2.3.2.1 from the servlet spec > 2.4. > -- View this message in context: http://www.nabble.com/Servlet-silently-dropped-tp21541015p21542288.html Sent from th

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

Servlet silently dropped

2009-01-19 Thread D. Barnhoorn
ontext: http://www.nabble.com/Servlet-silently-dropped-tp21541015p21541015.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additi