BEA’s HttpClusterServlet & Apache Proxy Server
Unfortunately our budget for a load balancer hardware never got approved. So we had to think of ways to do software load balancing. We are using the HttpClusterServlet for our development environments. BEA recommends that it is best not to use this in production. We decided to use Apache proxy for proxying requests to the server.
More information here –
Weblogic Apache HTTP Plugin – http://download.oracle.com/docs/cd/E11035_01/wls100/plugins/apache.html
Apache mod_proxy – http://httpd.apache.org/docs/2.0/mod/mod_proxy.html