I configured JBoss to use AJP over Apache for all outgoing connections, but I want to set up the internal 8080 for local connections. How can I do this within the context of JBoss so I don't need to block a port on the firewall?
I configured JBoss to use AJP over Apache for all outgoing connections, but I want to set up the internal 8080 for local connections. How can I do this within the context of JBoss so I don't need to block a port on the firewall?
You could use a Remote Access Filter.
An example for the syntax is given on this page (at the end of the page).