Re: mod_jk broken pipe

2006-10-19 Thread Rafael . Almeida
Just my 5 cents: I clicked like a crazy user (clicked 5 or 10 times, not giving the chance to to page to be loaded, just when I stopped clicking) on a link to a jsp in our page and got some broken pipes, and I use mod_proxy_ajp, apache 2.2.3, Jdk 1.5.07 and tomcat 5.5.17. Under heavy load I

Re: mod_jk broken pipe

2006-10-18 Thread Rafael . Almeida
Broken pipe errors are something that we want to debug too. Our enviroment is: Tomcat 5.5.17, apache 2.2.3 mod_proxy_ajp Sometimes we have a broken pipe too. Under heavy load, it happens more times, but our server keeps serving with no problems. Any ideas? Rafael Sarres de Almeida Seção de

Re: Large Data Post Problem

2006-09-18 Thread Rafael . Almeida
Do you use SSL? We had this problem here and the problem was on Apache. It was corrected on apache 2.0.56. Look at the changelog: (http://www.apache.org/dist/httpd/CHANGES_2.0) mod_proxy_http: Prevent data corruption of POST request bodies when client accesses proxied resources with SSL. PR

Re: Tomcat monitoring

2006-08-25 Thread Rafael . Almeida
Hi Bruno; We have already installed Hyperic and it looks good. I will take a look on these too. Thanks a lot! Rafael Sarres de Almeida Seção de Gerenciamento de Rede Superior Tribunal de Justiça Tel: (61) 3319-9342 Bruno Georges [EMAIL PROTECTED] 25/08/2006 04:51 Favor responder a Tomcat

Tomcat monitoring

2006-08-24 Thread Rafael . Almeida
Hi; I attended to an Oracle IAS event and they presented their Enterprise Manager 10g, and they showed some great monitoring capabilities. Here I quote some of them from their document http://www.oracle.com/technology/products/oem/pdf/wp_aslm_10g.pdf: The tracing functionality provides an

Re: Tomcat monitoring

2006-08-24 Thread Rafael . Almeida
Thanks, looks good. Rafael Sarres de Almeida Seção de Gerenciamento de Rede Superior Tribunal de Justiça Tel: (61) 3319-9342 Dhaval Patel [EMAIL PROTECTED] 24/08/2006 14:07 Favor responder a Tomcat Users List users@tomcat.apache.org Para Tomcat Users List users@tomcat.apache.org cc

Re: Tomcat monitoring

2006-08-24 Thread Rafael . Almeida
Thanks a lot. I will look this one too. Rafael Sarres de Almeida Seção de Gerenciamento de Rede Superior Tribunal de Justiça Tel: (61) 3319-9342 Andrés González [EMAIL PROTECTED] 24/08/2006 14:15 Favor responder a Tomcat Users List users@tomcat.apache.org Para Tomcat Users List

Re: how to use the mod_jk2?

2006-08-21 Thread Rafael . Almeida
Hi; Get apache 2.2.3, compile with all you want plus --enable-proxy-ajp. Configuration: httpd.conf:Location /APP NAME ProxyPass ajp://TOMCAT IP:TOMCAT PORT/APP NAME /Location I think this will work. Everything between should be replaced by the correct