> From: Nikolay Georgiev [mailto:[EMAIL PROTECTED] 
> Subject: RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)
> 
> so I have to have publicly accessible IP and then in the server.xml
> in <Connector> to set the Port I want to use and in <Engine> 
> to set the IP.

You don't need to change the IP address.  By default, Tomcat listens on
0.0.0.0, which means it will accept requests directed to any IP address
that targets your system.  You do want to configure the desired ports.

 - 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]

Reply via email to