now i use the mod_prox under apache and the proxy listener under tomcat

I configurated the name and the port of the apache in my proxy listener 
configuration like this


<Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8081" minProcessors="5" maxProcessors="75"
               enableLookups="true" proxyName="apache_ip or apache_name"
               acceptCount="10" debug="0" connectionTimeout="60000"
               proxyPort="apache_port" />

[EMAIL PROTECTED] wrote:

>Hi Remy,
>
>I had problems with response.sendRedirect since tomcat 4.x too (under 3.2
>the same code worked).
>
>I modified my code and use an RequestDispatcher.forward(). This works for
>me.
>
>Hope that helps,
>Dirk
>
>
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to