High CPU with Tomcat 7.0.26 & 6.0.35

2012-03-30 Thread B.V. Prasad
I am using Tomcat 6.0.16 in production. When I try to upgrade to Tomcat 6.0.35, I see high CPU (about 90% vs. about 20% for 6.0.16), all other things being equal, except that I had to set setBufferSize(16384) in HTTPResponse in order to disable chunked encoding (needed as some of my client appli

Re: Running Tomcat as a Standalone desktop Application

2012-03-30 Thread Pid
On 30/03/2012 16:22, DaveNoth wrote: > We have a Web Application running under Tomcat on a Server. We now have a > requirement that our users may not be connected to the internet. We are > looking at moving our Web Application to a local disconnected desktop > install, still running under TomCat

Running Tomcat as a Standalone desktop Application

2012-03-30 Thread DaveNoth
We have a Web Application running under Tomcat on a Server. We now have a requirement that our users may not be connected to the internet. We are looking at moving our Web Application to a local disconnected desktop install, still running under TomCat. The target platform is Windows XP all the

Re: FormAuthentication Valve changes fail with RequestListeners?

2012-03-30 Thread Konstantin Kolinko
2012/3/30 Thomas Strauß : > Hi, > > thank you for the information. > > We have not succeeded so far. I want to give you some more information what > happens, the context.xml and the web.xml > > What we have changed versus the existing setup, working on 7.0.11 > - We have moved the login.jsp into th

AW: FormAuthentication Valve changes fail with RequestListeners?

2012-03-30 Thread Thomas Strauß
Hi, thank you for the information. We have not succeeded so far. I want to give you some more information what happens, the context.xml and the web.xml What we have changed versus the existing setup, working on 7.0.11 - We have moved the login.jsp into the protection domain (was outside before).

RE: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Osipov, Michael
Konstantin Kolinko wrote: > 2012/3/30 Osipov, Michael : >> Konstantin Kolinko wrote: >>> 2012/3/29 Osipov, Michael : Hi folks, I am trying to narrow down an exception which is happening occasionally in certain spots of your code: SCHWERWIEGEND: Servlet.service() for

Re: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Konstantin Kolinko
2012/3/30 Osipov, Michael : > Konstantin Kolinko wrote: >> 2012/3/29 Osipov, Michael : >>> Hi folks, >>> >>> I am trying to narrow down an exception which is happening >>> occasionally in certain spots of your code: >>> >>> SCHWERWIEGEND: Servlet.service() for servlet default threw exception >>> Ja

RE: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Osipov, Michael
Konstantin Kolinko wrote: > 2012/3/29 Osipov, Michael : >> Hi folks, >> >> I am trying to narrow down an exception which is happening >> occasionally in certain spots of your code: >> >> SCHWERWIEGEND: Servlet.service() for servlet default threw exception >> Java.net.SocketTimeoutException >>  

Re: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Konstantin Kolinko
2012/3/29 Osipov, Michael : > Hi folks, > > I am trying to narrow down an exception which is happening occasionally in > certain spots of your code: > > SCHWERWIEGEND: Servlet.service() for servlet default threw exception > Java.net.SocketTimeoutException >        at > org.apache.coyote.http11.In

RE: [JDBC Pool] PoolCleaner creates some sort of memory

2012-03-30 Thread Osipov, Michael
Konstantin Kolinko wrote: > 2012/3/30 Osipov, Michael : >> Filip Hanik (mailing lists) wrote: >>> http://svn.apache.org/viewvc?view=revision&revision=1306946 >> >> Thanks for the patch, I am having trouble to build from source. I do >> have some test failures, should I ignore them and go on? > >

Re: [JDBC Pool] PoolCleaner creates some sort of memory

2012-03-30 Thread Konstantin Kolinko
2012/3/30 Osipov, Michael : > Filip Hanik (mailing lists) wrote: >> http://svn.apache.org/viewvc?view=revision&revision=1306946 > > Thanks for the patch, I am having trouble to build from source. I do have > some test failures, should I ignore them and go on? Please be more specific. In what test

RE: [JDBC Pool] PoolCleaner creates some sort of memory

2012-03-30 Thread Osipov, Michael
Filip Hanik (mailing lists) wrote: > http://svn.apache.org/viewvc?view=revision&revision=1306946 Thanks for the patch, I am having trouble to build from source. I do have some test failures, should I ignore them and go on? Another one, can we have a clearer name for the thread, e.g. like the I ha

RE: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Osipov, Michael
Pid * wrote: > On 29 Mar 2012, at 12:57, "Osipov, Michael" > wrote: > >> Hi folks, >> >> I am trying to narrow down an exception which is happening >> occasionally in certain spots of your code: >> >> SCHWERWIEGEND: Servlet.service() for servlet default threw exception >> Java.net.SocketTimeo

Re: Chasing a SocketTimeoutException with APR

2012-03-30 Thread Pid *
On 29 Mar 2012, at 12:57, "Osipov, Michael" wrote: > Hi folks, > > I am trying to narrow down an exception which is happening occasionally in > certain spots of your code: > > SCHWERWIEGEND: Servlet.service() for servlet default threw exception > Java.net.SocketTimeoutException >at > org.ap