This link has been bookmarked by 11 people . It was first bookmarked on 27 Feb 2008, by surfwave.
-
30 Jan 09
-
22 Jan 09
-
14 May 08
-
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.
-
-
26 Mar 08
-
20 Mar 08
-
16 Mar 08
-
06 Mar 08
-
29 Feb 08
-
27 Feb 08
-
15 Feb 08
Emmanuel HugonnetThis article briefly discusses some alternatives for load balancing an application server. It discusses implementation details for setting up load balancing with Apache using ‘mod_proxy’ module. It also looks at some of the features provided by apache
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.