On Feb 18, 2009, at 1:17 PM, Ryan Vanderwerf wrote:
> Does anyknow know if Resin 3.1 has any kind of reverse proxy support
> similar to the ProxyPass options in Apache? We are exploring whether
> Resin could be the font-end web server for our application instead
> of Apache - mostly due to issues we are having with mod_caucho
> communications.
There's a proxy servlet name com.caucho.servlets.HttpProxyServlet.
The servlet uses a "host" parameter to specify the backend servers:
<servlet servlet-name="http-proxy"
servlet-class="com.caucho.servlets.HttpProxyServlet">
<init host="192.168.1.10:8080"/>
</servlet>
-- Scott
>
>
>
> Ryan
>
> --
>
> NOTICE: This e-mail message is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized review, use, disclosure or
> distribution is prohibited. Nothing contained in this message or in
> any attachment shall constitute a contract or electronic signature
> under the Electronic Signatures in Global and National Commerce Act,
> any version of the Uniform Electronic Transactions Act or any other
> statute governing electronic transactions.
>
>
> _______________________________________________
> resin-interest mailing list
> [email protected]
> http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest