How can I restrict access to some web-app deployed in Glassfish from certain IPs ? Are there any internal access control in Glassfish or I need to proxy it with external nginx or Apache ?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Yes, if you are using a Virtual Server in glassfish then you can use allowRemoteAddress , denyRemoteAddress, allowRemoteHost and denyRemoteHost properties to deny/accept connections from certain IP's.

in Glassfish DAS go to configurations -> http-service-> Virtual Servers and then configure your properties there (under a non cluster glassfish the Virtual Servers are under Server configuration)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.