| Author |
2 different IPs, same port
|
rnicolas
Greenhorn
Joined: Mar 12, 2002
Posts: 1
|
|
|
Lets say I assign 2 IPs for my PC (e.g. 192.168.0.1 and 192.168.0.2). I want my Apache to listen to 192.168.0.1 port 80 and my Tomcat to listen to 192.168.0.2 port 80. Is this possible?
|
Roan Wilson Nicolas<br />Macromedia JRun Technical Support
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
Yes. However, if you expect to address the servers by hostname rather than IP address, you do have the limitation that the hostname can map to only one IP address - you'd have to provide an alternate hostname for the other. The more common case is to use one of the bridging mechanisms (such as the ajp13 or mod_webapp) connectors to pass through requests from Apache to Tomcat. It's less confusing to the user.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: 2 different IPs, same port
|
|
|