com.caucho.servlets
Class LoadBalanceServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by com.caucho.servlets.HmuxLoadBalanceServlet
          extended by com.caucho.servlets.LoadBalanceServlet
All Implemented Interfaces:
java.io.Serializable, Servlet, ServletConfig

public class LoadBalanceServlet
extends HmuxLoadBalanceServlet

Load balancing.

 <servlet-mapping url-pattern='/remote/*'>
   <servlet-name>com.caucho.servlets.LoadBalanceServlet</servlet-name>
   <init>
      <cluster>app-tier</cluster>
   </init>
 </servlet-mapping>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.caucho.servlets.HmuxLoadBalanceServlet
_calendar
 
Constructor Summary
LoadBalanceServlet()
           
 
Method Summary
 
Methods inherited from class com.caucho.servlets.HmuxLoadBalanceServlet
destroy, init, service, setCluster, setEscapedUrl, setStickyGenerator, setStickySessions, setStrategy
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadBalanceServlet

public LoadBalanceServlet()