You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Gaddour <ga...@gmail.com> on 2010/07/01 16:55:46 UTC

Re: Change Tomcat's bind address?

Hi,

to change tomcat's bind adress, add address in connector 

exemple:

    <Connector port="8080" 
	protocol="HTTP/1.1" 
	address="192.168.1.10"
        connectionTimeout="20000"
        redirectPort="8443" />

then to test, run netstat command
[root@localhost]# netstat -an | grep 8080
tcp        0      0 192.168.1.10:8080            0.0.0.0:*                  
LISTEN      
[root@localhost]# 


Regards,
Abdelkader YEDDES

-- 
View this message in context: http://old.nabble.com/Change-Tomcat%27s-bind-address--tp20480282p29046679.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org