RE: Multiple IP addresses

2005-09-05 Thread Barnett, Brian W.
/2005 4:27 AM Subject: RE: Multiple IP addresses From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] I seem to remember when I was working with IIS some years ago, I could map multiple IP addresses to one instance of IIS, i.e., IIS could service multiple web sites for me, each web site having

Re: Multiple IP addresses

2005-09-03 Thread Luis Torres
If you are using a security certificate it willl certainly complain if the IP or hostname of the server is changed. Regards, Luis Fadil wrote: this is a good idea, and I try these multiples, I get two IP, like this : IPA:80 = IPServer:80 (IIS server) IPB:80 = IPServer:8443(Tomcat

RE: Multiple IP addresses

2005-09-02 Thread Peter Crowther
From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] I seem to remember when I was working with IIS some years ago, I could map multiple IP addresses to one instance of IIS, i.e., IIS could service multiple web sites for me, each web site having it's own, unique IP address. Is there a way

Re: Multiple IP addresses

2005-09-02 Thread Fadil
ago, I could map multiple IP addresses to one instance of IIS, i.e., IIS could service multiple web sites for me, each web site having it's own, unique IP address. Is there a way to do this with Tomcat stand alone or is Apache Web Server or IIS required? Works fine with Tomcat. Modify

RE: Multiple IP addresses

2005-09-02 Thread Peter Crowther
From: Fadil [mailto:[EMAIL PROTECTED] I do not understand very well, if we did this configuration, (with a new IP for tomcat and one for IIS web app on the same server) : we don't have to specify port number for IIS or Tomcat ? Each would bind to port 80, each on its own IP address on

Re: Multiple IP addresses

2005-09-02 Thread Fadil
Thx a lot for the answer ! Maybe I'll switch to multiple IP for same server, what do you thinks about my configuration : I've Windows Server2003, with: - an appli asp on IIS 6.0 - and an another on Tomcat 5.0.28 only tomcat need ssl and ldap. I mean it's more simple to use multiple than isapi

Re: Multiple IP addresses

2005-09-02 Thread Fadil
this is a good idea, and I try these multiples, I get two IP, like this : IPA:80 = IPServer:80 (IIS server) IPB:80 = IPServer:8443(Tomcat Server but SSL port) So I tried to setup tomcat, by add IPB in all connector and in host. But it doesn't work... Can this work's ? The real question is : IPB

RE: Multiple IP addresses

2005-09-02 Thread Peter Crowther
From: Fadil [mailto:[EMAIL PROTECTED] But it doesn't work... What error are you getting, from what? - Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple IP addresses

2005-09-02 Thread Fadil
Hum : 2 sept. 2005 18:38:43 org.apache.catalina.core.StandardContext start GRAVE: Error listenerStart 2 sept. 2005 18:38:43 org.apache.catalina.core.StandardContext start GRAVE: Erreur de dÚmarrage du contexte suite aux erreurs prÚcÚdentes [xl4web] WARN [main] CacheManager.shutdown(373) |

Re: Multiple IP addresses

2005-09-02 Thread Fadil
this is a good idea, and I try these multiples, I get two IP, like this : IPA:80 = IPServer:80 (IIS server) IPB:80 = IPServer:8443(Tomcat Server but SSL port) So I tried to setup tomcat, by add IPB in all connector and in host. I changed config in server.xml by adding IPServer and not the IPB,

Multiple IP addresses

2005-09-01 Thread Barnett, Brian W.
I seem to remember when I was working with IIS some years ago, I could map multiple IP addresses to one instance of IIS, i.e., IIS could service multiple web sites for me, each web site having it's own, unique IP address. Is there a way to do this with Tomcat stand alone or is Apache Web Server

RE: Multiple IP addresses

2005-09-01 Thread 'Jason Bell'
Hi Brian There is a useful Tomcat page on the Jakarta site which covers virtual servers/hosts, http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html That page covers version 4.0, for version 5 it's at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html I hope this

RE: How to bind to multiple IP addresses?

2003-12-12 Thread Ralph Einfeldt
IIS bind per default to all interfaces. http://support.microsoft.com:/support/kb/articles/Q238/1/31.ASP -Original Message- From: Ryan Golhar [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 4:02 AM To: 'Tomcat Users List' Subject: RE: How to bind to multiple IP addresses

How to bind to multiple IP addresses?

2003-12-10 Thread Ryan Golhar
If been searching around for this and can't seem to find the answer. I know the Coyote connecter can bind to a particular address, but if I need it to bind to more than one IP address (but not all), how can I specify multiple IP addresses? I tried adding multiple connectors, but that didn't work

Re: How to bind to multiple IP addresses?

2003-12-10 Thread Tim Funk
searching around for this and can't seem to find the answer. I know the Coyote connecter can bind to a particular address, but if I need it to bind to more than one IP address (but not all), how can I specify multiple IP addresses? I tried adding multiple connectors, but that didn't work. I also

RE: How to bind to multiple IP addresses?

2003-12-10 Thread Ryan Golhar
List Subject: Re: How to bind to multiple IP addresses? You *should* (not that i've tried) be able to use multiple connectors. For example, binding to 3 different rfc1918 addresses: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8080 minProcessors=5

Tomcat binding to multiple IP addresses

2002-06-16 Thread S W
Hi Everyone, My original installation of Tomcat was installed on a computer with multiple IP addresses. Now my problem is that Tomcat tries to bind itself with all the IP addresses when I try starting it up. How do I change it so that it only binds to 1 IP address. I've already tried changing

Multiple IP addresses

2002-06-13 Thread Matthew Oatham
Hi, I am running Tomcat on a machine with multiple IP addresses, how do I tell Tomcat which of these addresses it should be running on? Do I add the IP address to the connector tag in server.xml? i.e.: Connector className=org.apache.catalina.connector.http.HttpConnector port

AW: Multiple IP addresses

2002-06-13 Thread Sven Woltmann
: Multiple IP addresses Hi, I am running Tomcat on a machine with multiple IP addresses, how do I tell Tomcat which of these addresses it should be running on? Do I add the IP address to the connector tag in server.xml? i.e.: Connector className

IIS5, Tomcat4, multiple IP addresses, same port numbers, and problems (still a bit stuck)

2002-01-11 Thread chris brown
It seems that IIS 5.0 is greedy with respect to available IP addresses. Even if you specify that it should only listen on particular IP addresses, if you specify a port with one IP address, it listens for requests on other other IP addresses with the same port number. This seems to prevent