> 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 (main) servlet. > A hanging servlet would mean timeouts for the client I think? Yes, a timeout; there wouldn't be a 500, since it's the request processing thread's responsibility to generate the response. The 500 is sent by Tomcat typically only if the thread hits an uncaught exception. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org