Hello,
I'm running a web application on a glassfish 3 server. The application should not be accessible for anyone. Instead I want to limit access to a handful static IP addresses. To block all communication via a firewall is not an option, since the server hosts other web services too.
Given this background, my question would be: How can I tell glassfish to only respond to requests from given number of IP addresses?
Your help is highly appreciated!