posted 16 years ago
Before I begin, sorry but I have a feeling am in the wrong forum. But here we go:
When using apache, we can bind it to a certail IP address and a certain port by doing something like
Listen 192.168.0.1:80
in the config files.
My computer has 3 IP addresses and I want address A:80 to be httpd, B:80 to be glassfish.
I have modified glassfish to have Network Address parameter as one ip address but on restarting the server, it seems to be very unresponsive and doesnt release the second IP address for httpd to use.
What am I doing wrong?