John Trollinger wrote: > I can agree that mod_jk can be seen as part of the servlet container, > but > I wonder how you are going to "fake" tomcat into thinking the request > came from > port 80 when it really came from port 8009 and what other implication / > assumptions > would occur because of this.
That's simple - all web servers provide the port used to receive the request. And that's forwarded to tomcat, and set in the request. That's how it allways worked. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>