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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You could use a Remote Access Filter.
An example for the syntax is given on this page (at the end of the page).

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.