Re: Tomcat7 and Apache2 connection configuration (mod_proxy_ajp)

2012-01-30 Thread baba smith
ought to start investigating by checking the configurations. i found lots of documentation and yet nothing about the correlation/relation between the apache config and the tomcat config. thanks, baba -- View this message in context: http://tomcat.10.n6.nabble.com/Tomcat7-and-Apache2-connection-confi

Tomcat7 and Apache2 connection configuration (mod_proxy_ajp)

2012-01-30 Thread baba smith
s and connections. should these configurations be correlated with those of the apace (like worker.c and prefork.c)? how can i avoid from accepting in the apache more clients than the tomcat is configured to? thanks in advance, baba -- View this message in context: http://tomcat.10.n6.nabble.com/To

Re: Tomcat mod_proxy_ajp and workers

2012-01-26 Thread baba smith
hi, first, thank! now: 1. in the apache side i've a file named mod_proxy_ajp.cof that is included from httpd.conf and it says: AddDefaultCharset Off Order deny,allow Allow from all ProxyPass ajp://localhost:9005/tracking/ ProxyPassReverse ajp://localhost:9005/tracking/

Tomcat mod_proxy_ajp and workers

2012-01-26 Thread baba smith
ads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 whats that? thank you for your time :) baba -- View this message in context: http://tomcat.10.n6.nabble.com/Tomcat-mod-proxy-ajp-and-workers-tp4340550p4340550.html Sent from the Tomcat - User mailing list archive at

Re: JMX and Tomcat-Queue

2010-05-06 Thread Baba
Thanks for your help. There are some benefits to give a request priority but not on technique site. ;) Regards, Thomas - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tom

Re: JMX and Tomcat-Queue

2010-05-06 Thread Baba
, since Tomcat knows nothing about the requests in the accept queue," Is there no way to get this information (How much requests are in the accept queue?) out? Regards, Thomas On Thu, May 6, 2010 at 3:11 PM, wrote: > I think Baba wants an acceptCount of 250, but he would like to p

Re: JMX and Tomcat-Queue

2010-05-06 Thread Baba
would build. Regards, Thomas On Thu, May 6, 2010 at 10:51 AM, Mark Thomas wrote: > On 06/05/2010 09:14, Baba wrote: > >> The mechanism would work in the following step so far my concept: >> >> 1) Take a look in the tomcat queue and get a count of the stored requests >>

JMX and Tomcat-Queue

2010-05-06 Thread Baba
Hi tomcat users, I’ am new at this list but I have gain some years of experience with the tomcat server as a developer. I hope the email full fill all of the community introduced requirements. At first, I have searched the whole web to find a good answer but nothing fit. At next I setup a tomcat