Custom error page for all errors

2014-08-19 Thread Mark Haroldson
Is there a way to route all errors to a single web page? Something like: all myerror.jsp Basically I want to control the content of everything that goes out of my service. Thanks Mark

RE: Tomcat Concurrency

2013-07-15 Thread Mark Haroldson
wo. Thanks for the response Mark -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, July 15, 2013 3:39 PM To: Tomcat Users List Subject: Re: Tomcat Concurrency 2013/7/16 Mark Haroldson : > Hello; > > > > I am running a tomcat 6 webapp

Tomcat Concurrency

2013-07-15 Thread Mark Haroldson
Hello; I am running a tomcat 6 webapp using Jersey and I am running into a concurrency issue. When there are multiple concurrent connections to tomcat only one or two are processed concurrently. I have increased the maxThreads on the connector and now can see the requests being processed by di