Page 1 of 1

Jetty & Apache - Same Machine, Different IP Addresses

Posted: 24 Apr 2008, 15:18
by ralcazar
Hello -

We are running SFS and Apache on the same physical server, however, this server has multiple addresses. Can Jetty/SFS be configured to listen on a single IP address (port 80)? An example configuration is listed below:

Server A
192.55.201.100:80 (Apache)
192.55.201.101:80 (Apache)
192.55.201.102:80 (Apache)
192.55.201.103:80 (Jetty/SFS)

Please feel free to share your thoughts, any assistance is greatly appreciated.

Kind Regards,
R. Alcazar
McDonalds Corporation

Posted: 09 Jun 2008, 13:29
by 3eka
AFAIK you hould use the same IP or the same port. How will your server network software decide which web server should receive packet if they are listening on the same port and the same IP ?

So one of two (IP / port) must be different.

To setup system like in your example on the same physical machine, you need to use VPS technology.