HttpProxyServlet
From Resin 3.0
(Difference between revisions)
(renamed tag to directive) |
|||
Line 15: | Line 15: | ||
</servlet> | </servlet> | ||
− | You can have multiple <host> | + | You can have multiple <host> directives to load balance to multiple backend servers. |
Latest revision as of 20:21, 21 February 2006
The HttpProxyServlet forwards requests to a backend web server. You can use the HttpProxyServlet to integrate with .asp or Ruby pages.
[edit] Configuration
[edit] 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> directives to load balance to multiple backend servers.