On 27.03.2009 01:21, Michael B Allen wrote:
On Mon, Mar 23, 2009 at 10:38 AM, Michael B Allen<iop...@gmail.com>  wrote:
On Mon, Mar 23, 2009 at 3:41 AM, Rainer Jung<rainer.j...@kippdata.de>  wrote:
Others might have better ideas, but as mentioned in the previous thread, you
can forward the remote port with

JkEnvVar REMOTE_PORT

and retrieve it in Tomcat with

request.getAttribute("REMOTE_PORT")

Doesn't that work?
Yes, it sounds like precisely what I'm looking for. I just didn't
understand the significance of your previous message. I never used
mod_jk before so I'll have to look into this JkEnvVar thing.

Now I have someone using the ISAPI filter in IIS with Tomcat who is
also seeing getRemotePort return -1.

Is there a work-around for IIS?

I've modified our code to look for the REMOTE_PORT attribute. Is there
a way to export the REMOTE_PORT attribute with the ISAPI filter?

Not at the moment. I expect us to fix this with the next version (then by already activating it by default).

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to