Hi,
And I have two applications installed on JBoss 7 (standalone only on one server), I need to be accessed through one external IP and the other only via internal IP, it is possible to do this? or need another instance of JBOSS on another port and blocking external access?
you need to define a connector and binding for each IP and associate the connector to a virtual-host and in the webapp in the jboss-web.xml you need to specify the corresponding virtual-host.