> From: illusion [mailto:[EMAIL PROTECTED]
> Subject: mapping tomcat to ip address behind router
>
> I want to set-up tomcat to serve http requests from
> behind a router.

I think you mean proxy, not router; strictly speaking, routers don't fiddle 
with IP addresses, they just pass them on.

> <Connector port="80" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                address="192.168.0.54"
>                redirectPort="8443" />

What happens if you simply remove the address attribute, since it is highly 
likely to be unnecessary?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to