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
[r...@localhost]# netstat -an | grep 8080
tcp        0      0 192.168.1.10:8080            0.0.0.0:*                  
LISTEN      
[r...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to