Punky wrote:

>What if:
>1. load balancer receives a request for http://server/
>2. does httpd return http://server:81/ in Location? (I don't think so)

1. In this case the request never gets forwarded to tomcat, hence Apache
sends the redirect or forward, not Tomcat.
So that case does not apply to tomcat at all.


>And also what if
>1. load balancer receives a request for
>http://server/somecontext/index.jsp?

this works, because there is no redirect sent at all from Tomcat, because
you listed a file/page that exists.

the problem only occurs when tomcat redirects a request to a page in the
welcome file list, and sends it through apache back.
Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
www.filip.net


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to