Re: Change Tomcat's bind address?

2010-07-01 Thread Gaddour
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=2 redirectPort=8443 / then to test, run netstat command [r...@localhost]# netstat -an | grep 8080 tcp

Re: Change Tomcat's bind address?

2008-11-13 Thread David Smith
Add/change the address attribute in the Connector elements of your server.xml file. See http://tomcat.apache.org/tomcat-6.0-doc/config/http.html. The same attribute also works for the AJP connectors. --David [EMAIL PROTECTED] wrote: How do i change Tomcat 6's bind address? Kindly regards

Change Tomcat's bind address?

2008-11-13 Thread sje
How do i change Tomcat 6's bind address? Kindly regards Søren Jepsen Systemudvikler

Re: Change Tomcat's bind address?

2008-11-13 Thread Kees Jan Koster
Dear Søren, How do i change Tomcat 6's bind address? http://java-monitor.com/forum/showthread.php?t=32 -- Kees Jan [EMAIL PROTECTED] 06-51838192 Rule 1 for being in a hole: stop digging. - To start a new topic, e-mail: