> From: Steve Allan [mailto:[email protected]] > Subject: Fw: Issue with accepting IP address connections
> However, I now need to set up the IP address for the server Why do you think you need to do that? By default, Tomcat will listen on all IP addresses configured for the OS, so all you will be doing is limiting which IP addresses can be used to access Tomcat. In particular, 127.0.0.1 won't be available... > 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? Perhaps spell "address" correctly in the <Connector> element? - 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 unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
