HttpProxyServlet

From Resin 3.0

Revision as of 17:13, 5 January 2006 by Ferg (Talk | contribs)
Jump to: navigation, search


Configuration

resin-web.xml

<web-app xmlns="http://caucho.com/ns/resin">
  <servlet>
    <servlet-name>http-proxy</servlet-name>
    <servlet-class>com.caucho.servlets.HttpProxyServlet</servlet-class>
    <init>
      <host>localhost:6666</host>
    </init>
  </servlet>

You can have multiple <host> tags to load balance to multiple backend servers.

Personal tools