Pierre-Yves Gillier's Library tagged → View Popular
14 May 08
Enterprise Java Community: Load-balancing Tomcat with Apache
-
ProxyPass /apache-load-balancing-1.0 balancer://mycluster stickysession=JSESSIONID
<Proxy balancer://mycluster>
BalancerMember ajp://tomcat1:8009/apache-load-balancing-1.0 route=tomcat1 loadfactor=50
BalancerMember ajp://tomcat2:8009/apache-load-balancing-1.0 route=tomcat2 loadfactor=50
</Proxy> -
Safe removal of a server node When an application server (real worker) has to be taken offline for maintenance, set a very low load factor for the server due to be taken offline. Few new users will be served by that server. All existing users ‘sticking’ to this real worker will continue to be processed by this real worker. This will help reduce the number of users who will have to login again when the real worker is taken offline.After some time, the real worker is disabled and taken offline. Once it is ready to come online, the worker is enabled again in balancer manager.
1 - 1 of 1
Showing 20▼ items per page
Sponsored Links
Ads by Google
Top Contributors
Groups interested in clustering
Related Lists on Diigo
-
Read Reflect Write Web
Items: 2 | Visits: 122
Created by: Michael Richards
-
Clustering
information about setting u...
Items: 4 | Visits: 25
Created by: Martin Virtual
-
Mind Mapping
MindMapping, idea mapping, ...
Items: 4 | Visits: 8
Created by: Michelle Thompson
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
