Hello,
I have set up Tomcat 6.0 on a Windows 2007 server. IIS was
(and still is) installed. I have changed the port to 8081
for testing and can see the Tomcat start page at
localhost:8081.
However, I now need to set up the IP address for the server
which I thought was done through the Connector element is
the server.xml file but trying the IP address after setting
it up and restarting Tomcat gets a 'page can not be
displayed' error.

The Connector element is:
<Connector port="8081" protocol="HTTP/1.1"   
connectionTimeout="20000"          
addres="192.xxx.xx.x"             
redirectPort="8443" />
 
What do I need to do to get Tomcat monitor a certain IP
address?
 
Thanks in advance,
Steve

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

Reply via email to