No, there is only one NIC and it is configured with multiple IP's (aliased? multihomed?) This is new to me, although the company has been doing it for a while. Solaris lets us define eth0, then eth0:1, eth0:2, etc., each with it's own IP address. We have some servers with upwards of 10 IP's on one NIC. Dion Vansevenant Internetwork Administrator MRO.com |--------+-----------------------> | | Robert Wohleb| | | <rob@paragee.| | | com> | | | | | | 2001/01/11 | | | 13:51 | | | Please | | | respond to | | | tomcat-user; | | | Please | | | respond to | | | rob | | | | |--------+-----------------------> >--------------------------------------------------------| | | | To: [EMAIL PROTECTED] | | cc: (bcc: Dion Vansevenant/PSDI) | | Subject: Re: AW: Is ANYONE doing this?? | | TC3.2.1 standalone + SSL +multiple in stances on| | multiple IP's | >--------------------------------------------------------| Unless there is some quirck with Tomcat, I should think no. You can connect to any given port on any given IP without a conflict between IPs. If say apache is bound to port 80 on interface eth0, then you can have tomcat bound to port 80 on interface eth1. If this wasn't so, proxy servers wouldn't work. They often bind to a port on each interface. Do you have a NIC for each IP? You don't mean virtual hosts do you? ~Rob [EMAIL PROTECTED] wrote: > > If each instance is using its own IP address and each server has its own > server.xml file, would it still be necessary to change the > Ajp1[2,3]ConnectionHandler port number? > > Dion Vansevenant > Internetwork Administrator > MRO.com > > |--------+------------------------------> > | | Ralph Einfeldt | > | | <ralph.einfeldt@upti| > | | me-isc.de> | > | | | > | | 2001/01/10 02:07 | > | | Please respond to | > | | tomcat-user | > | | | > |--------+------------------------------> > >--------------------------------------------------------| > | | > | To: "'[EMAIL PROTECTED]'" | > | <[EMAIL PROTECTED]> | > | cc: (bcc: Dion Vansevenant/PSDI) | > | Subject: AW: Is ANYONE doing this?? TC3.2.1 | > | standalone + SSL + multiple in stances on | > | multiple IP's | > >--------------------------------------------------------| > > You are using seperate instances of tomcat for each IP address ? > If this is so, did you have in mind that tomcat in it's default > configuration is using two ports ? (8080 for HTTP, 8007 for > internals) > If not, you have to ensure that the Ajp1[2,3]ConnectionHandler > in server.xml is set to a unique number for each instance. > > > -----Ursprüngliche Nachricht----- > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Gesendet: Dienstag, 9. Januar 2001 18:11 > > An: [EMAIL PROTECTED] > > Betreff: Is ANYONE doing this?? TC3.2.1 standalone + SSL + multiple > > instances on multiple IP's > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] -- _______________________________________ Robert Wohleb Web Applications Development Manager Parafoil Software, Inc. _______________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
