Moi wrote:
> Is there way to set up Tomcat to listen only given IP with port 80?
> For example : My we server has several IDs and I'd like to configure
> Tomcat4 listen only one IP with port 80 and other IPs will serve APACHE.
> 

Sounds like IP based Virtual Hosting is what you need to configure in
Apache.  From httpd.conf:

### Section 3: Virtual Hosts
#
# VirtualHost: If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry
about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at <URL:http://www.apache.org/docs/vhosts/>
# for further details before you try to setup virtual hosts.
#



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to