My company has a JBoss cluster sitting behind a firewall that performs NAT. We forward ports to JBoss from the firewall, so that our client application can access the server. We are having trouble when JBoss replies it tells the clients to connect to the internal hostname, not the external one with which the initial connection was made.
Is this something that is easily resolved/configured?
How are other JBoss app servers configured behind NAT firewalls? Split-horizon DNS?
Many Thanks