You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by eoghan <eo...@gmail.com> on 2007/02/27 11:47:58 UTC

allowing others ip connect

Hi
Using tomcat, how do I (or where) configure tomcat so I can allow
other computers on the network access my http server...
Do you know which file I can add ip addresses so that they are allowed
see my local sites content?
Thanks
Eoghan

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: allowing others ip connect

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: eoghan [mailto:eoghanj@gmail.com] 
> Subject: allowing others ip connect
> 
> Using tomcat, how do I (or where) configure tomcat so I can allow
> other computers on the network access my http server...
> Do you know which file I can add ip addresses so that they are allowed
> see my local sites content?

By default, Tomcat listens on port 8080 of all IP addresses on the box
it's running on.  Read the doc if you want to change that:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

Make sure firewalls are not blocking access from other systems.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org