Guillaume,
have you looked at the AJP Connector in Tomcat? Is that what you're
looking for? More information can be found at
<http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html>.
Liam Morley
Guillaume de Roujoux wrote:
>Hi All,
>
>I would like to have Tomcat run in a 3rd layer of a network, while there is an initial
Apache server in the first layer (each layer is separated from the others by a Proxy)
>
>The protocol from the first Apache to the intermediary (in the second layer) would be
AJP12/13
>
>The protocol from the intermediary to the Tomcat would be AJP12/13 or RMI
>
>Is it possible to use either:
> - Apache in the second layer receiving AJP12 requests and forwarding them to Tomcat
in th 3rd layer
> - Tomcat in the second layer recieving AJP12 requests and forwarding them to Tomcat
in th 3rd layer
>
>So can Apache or Tomcat act as an AJP12 proxy ? How ?
>
>Thanks
>
>Guillaume
>
>
>
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@jakarta.apache.org>
|