We want to harden our Jboss server. We have a web application, and there are two types of resources in this web app 'https://myserver:8443/myapp/local/' 'https://myserver:8443/myapp/intranet/'
We only want the /myapp/local to be able to accessed from localhost 127.0.0.1 and the /myapp/intranet/ can be access from another address from internal network e.g. 192.168.12.12. Is there any way we can configure this? Thanks!
Tony