If you want to have the web console as well as your web application accessible from the network, you have to change the default configuration of JBoss.
1) go to standalone/configuration
2) Open the file standalone.xml (or domain.xml)
3) Look for the lines :
4) Change both IP address from 127.0.0.1 to the ip address of your network interface. Note that your complex deployment the server may have 2 ip adresses 1 for business flows and 1 for management flows.
5) Kill JBossAS and restart
The Admin console should be accessible now from your desktop computer at http://:9990/console ;-)
The Admin console should be accessible now from your desktop computer at http://
No comments:
Post a Comment