Re: Too many connections in keepalive state in jk threadpool

2012-08-24 Thread marcobuc
ge in Service state, till it finishes all its work. Now I see in tomcat manager app that the list of connections in the pool is normally very short, as expected. Thank you for your help, Marco. -- View this message in context: http://tomcat.10.n6.nabble.com/Too-many-connections-in-keepalive-

Re: Too many connections in keepalive state in jk threadpool

2012-08-23 Thread Rainer Jung
On 23.08.2012 09:50, marcobuc wrote: Hi, we are experiencing a very similar problem with the difference that we are using mod_proxy_ajp instead of mod_jk to connect Apache with tomcat. As for mod_jk, the connection is done to the 8009-jk port opened by a connector configured in tomcat server.xml

Re: AW: Too many connections in keepalive state in jk threadpool

2012-08-23 Thread marcobuc
timeout=30 ttl=120 ProxyPassReverse /manager ajp://localhost:8009/manager Thanks for any help, Marco. -- View this message in context: http://tomcat.10.n6.nabble.com/Too-many-connections-in-keepalive-state-in-jk-threadpool-tp4539290p4985585.html Sent from the Tomcat - User mailing list archive at

AW: Too many connections in keepalive state in jk threadpool

2012-03-05 Thread Beier Michael
Hallo Herr Jung, >-Ursprüngliche Nachricht- >Von: Rainer Jung [mailto:rainer.j...@kippdata.de] > >Hallo Herr Beier, > >On 02.03.2012 11:19, Beier Michael wrote: >> Hi all, >> >> we're running tomcat 7.0.23 on sun jdk 1.6.0_29, connected >via ajp to httpd 2.2.21 using mod_jk 1.2.32. >> >>

Re: Too many connections in keepalive state in jk threadpool

2012-03-03 Thread Rainer Jung
Hallo Herr Beier, On 02.03.2012 11:19, Beier Michael wrote: Hi all, we're running tomcat 7.0.23 on sun jdk 1.6.0_29, connected via ajp to httpd 2.2.21 using mod_jk 1.2.32. I observed the behavior, that tomcat keeps threads in its ajp pool in keepalive state, regardless of which timeouts (con

AW: AW: Too many connections in keepalive state in jk threadpool

2012-03-02 Thread Beier Michael
>-Ursprüngliche Nachricht- >Von: André Warnier [mailto:a...@ice-sa.com] >Gesendet: Freitag, 2. März 2012 18:53 >An: Tomcat Users List >Betreff: Re: AW: Too many connections in keepalive state in jk >threadpool > >Hi. > >The recommended way of replying to

Re: AW: Too many connections in keepalive state in jk threadpool

2012-03-02 Thread André Warnier
: Freitag, 2. März 2012 13:01 An: Tomcat Users List Betreff: Re: Too many connections in keepalive state in jk threadpool Beier Michael wrote: Hi all, we're running tomcat 7.0.23 on sun jdk 1.6.0_29, connected via ajp to httpd 2.2.21 using mod_jk 1.2.32. I observed the behavior, that tomcat

AW: Too many connections in keepalive state in jk threadpool

2012-03-02 Thread Beier Michael
Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Freitag, 2. März 2012 13:01 An: Tomcat Users List Betreff: Re: Too many connections in keepalive state in jk threadpool Beier Michael wrote: > Hi all, > > we're running tomcat 7.0.23 on sun jdk 1.6.0_29, connected via ajp to http

Re: Too many connections in keepalive state in jk threadpool

2012-03-02 Thread André Warnier
Beier Michael wrote: Hi all, we're running tomcat 7.0.23 on sun jdk 1.6.0_29, connected via ajp to httpd 2.2.21 using mod_jk 1.2.32. I observed the behavior, that tomcat keeps threads in its ajp pool in keepalive state, regardless of which timeouts (connectionTimeout and keepAliveTimeout) ar

Too many connections in keepalive state in jk threadpool

2012-03-02 Thread Beier Michael
Hi all, we're running tomcat 7.0.23 on sun jdk 1.6.0_29, connected via ajp to httpd 2.2.21 using mod_jk 1.2.32. I observed the behavior, that tomcat keeps threads in its ajp pool in keepalive state, regardless of which timeouts (connectionTimeout and keepAliveTimeout) are configured in tomcat.