Amol Puglia wrote:
Hello Pid,
Thanks for the updates.It would be great if you could let us know whether the
issue is in application server or application.
Also we are using apache to load balance tomcat instances using following
modules.
You most probably are /not/ using all of the following modules.
Just having them in your configuration does not mean that you are actually
using them.
If you have them in your configuration, and are not using them, then you are probably
wasting quite a bit of memory however.
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
Is there anything we have to tune configuration on apache,tomcat or
application,please suggest.
On the face of it, and considering that you are using mod_jk, my first recommendation as
to tuning would be to comment out all of the above. You probably are not using any of them.
As others have already commented, your problem seems definitely to be in the tomcat
application, not in tomcat nor apache httpd.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org