On 16/11/2010 14:59, Amol Puglia wrote:
> Hello Andre,
> 
> We are proxying request from apache to tomcat using mod_proxy and 
> mod_proxy_ajp
> 
> Following is the load balancer configuration in apache.
> 
> kindly let me know in case you need further details.
> 
> # Port 80
>    Listen server_name:80
>    #Listen 153.88.86.250:80
>    <VirtualHost _default_:80>
>       ServerName server_name
>        
> 
>       Timeout 10800
>       ProxyTimeout 10800
>       ProxyRequests Off
> 
> 

The next line:
>        ProxyPass /eMatrix balancer://cluster 
> stickysession=JSESSIONID|jsessionid nofailover=On
>        #ProxyPass /eMatrix balancer://cluster stickysession=JSESSIONID 
> nofailover=On
> 
>        ProxyPreserveHost On
> 

Overrides all of these lines, so they're no use:
>        ProxyPass /eMatrix ajp://server_name:8009/eMatrix
>        ProxyPass /eMatrix ajp://server_name:8010/eMatrix
>       ProxyPass /eMatrix ajp://server_name:8011/eMatrix
>       ProxyPass /eMatrix ajp://server_name:9009/eMatrix
>       ProxyPass /eMatrix ajp://server_name:9010/eMatrix
>       ProxyPass /eMatrix ajp://server_name:9011/eMatrix

I don't think* this applies, if the above is wrong:
>        ProxyPassReverse /eMatrix ajp://server_name:8009/eMatrix
>        ProxyPassReverse /eMatrix ajp://server_name:8010/eMatrix
>        ProxyPassReverse /eMatrix ajp://server_name:8011/eMatrix
>        ProxyPassReverse /eMatrix ajp://server_name:9009/eMatrix
>        ProxyPassReverse /eMatrix ajp://server_name:9010/eMatrix
>        ProxyPassReverse /eMatrix ajp://server_name:9011/eMatrix


p

* Someone will correct me if I'm wrong

>        <Proxy balancer://cluster>
>          BalancerMember ajp://server_name:8009/eMatrix 
> route=marsprod_rmiserver_1 loadfactor=33 retry=60
>          BalancerMember ajp://server_name:8010/eMatrix 
> route=marsprod_rmiserver_2 loadfactor=33 retry=60
>          BalancerMember ajp://server_name:8011/eMatrix 
> route=marsprod_rmiserver_3 loadfactor=33 retry=60
>          BalancerMember ajp://server_name:9009/eMatrix 
> route=marsprod_rmiserver_4 loadfactor=33 retry=60
>          BalancerMember ajp://server_name:9010/eMatrix 
> route=marsprod_rmiserver_5 loadfactor=33 retry=60
>          #load balancing performed based on number of user requests
>          #ProxySet lbmethod=byrequests
>          # Report server is for Report purpose only so balancing is required 
> now.
>          BalancerMember ajp://server_name:9011/eMatrix 
> route=marsprod_rmiserver_6 loadfactor=33 retry=60
>          ProxySet lbmethod=byrequests
>        </Proxy>
> 
>        #Status page for balancer
> 
>        <Location /balancer>
>        SetHandler balancer-manager
>        Order Deny,Allow
>        Deny from all
>        Allow from all
>       </Location>
> 
>       ProxyStatus On
> 
>       <Location /status>
>       SetHandler server-status
>       Order Deny,Allow
>       Deny from all
>       Allow from all
>       </Location>
> 
>       ErrorLog /opt/web/apache/app/mxora/logs/error.log
> 
> 
> 
>       
>    </VirtualHost>
> # END port 80
> 
> --- On Tue, 11/16/10, André Warnier <a...@ice-sa.com> wrote:
> 
> From: André Warnier <a...@ice-sa.com>
> Subject: Re: Tomcat Going down Frequently
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Date: Tuesday, November 16, 2010, 4:55 PM
> 
> Amol Puglia wrote:
>> Hello Andre,
>>
>> Thanks for the updates. I am not using mod_jk , I am using proxy modules for 
>> redirecting request from apache to tomcat.
>>
> 
> Ok, sorry, I confused your post with another one.
> 
> But anyway, your configuration shows a whole lot of proxy modules, many of 
> which do not seem to have any relation with proxying calls to Tomcat. Such as 
> these :
> 
>>> LoadModule proxy_connect_module modules/mod_proxy_connect.so
>>> LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
>>> LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
> 
> The following /may/ have a relation with the proxying to Tomcat, but which 
> one are you really using ?
> 
>>> LoadModule proxy_http_module modules/mod_proxy_http.so
>>> LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
> 
> Usually, people use *either* mod_proxy_http *or* mod_proxy_ajp, so which one 
> is being used ? Can you provide some information about the apache httpd 
> configuration that shows what is being proxied and how ?
> 
> 
>> As you said that there is problem in application code, Is there anything we 
>> can point out where exactly is the problem in the code or configuration?
>>
> 
> I thought that Pid already pointed that out.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 
> 
>       

Attachment: 0x62590808.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to