0

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?

Joshua
  • 779
  • 1
  • 9
  • 19

1 Answers1

1

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

jomey
  • 312
  • 1
  • 3