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
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
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