Hello,
I am trying to setup a WSAS behind a NAT
PUBLIC IP --> FW NAT --> INTERNAL IP
The firewall guys only allowed port 80 for requests coming from WAN to LAN to be nat(ted?)
All if fine but in the generated wsdl, services ports are listed with the internal ip.
So I changed the ip in the server.xml file.
When I restarted the server, I got an error that WSAS could not strat because it could not initialize the MBEAN Server
aparently trying to connect to : http://EXTERNALIP:9999 to start it.
Is there a way to setup WSAS so that It uses the external ip to bind the services and uses localhost or the internal ip to connect to 9999 ?
What is the correct way to use WSAS behind NAT?