On 27 May 2014, at 23:06, Arun Gupta <arun.gupta(a)gmail.com> wrote:
domain.xml has the following excerpt:
host.xml? :-)
<management-interfaces>
<native-interface security-realm="ManagementRealm">
<socket interface="management"
port="${jboss.management.native.port:9999}"/>
</native-interface>
The port should be changed to 9990 ?
No, that is handled by the next interface
<http-interface security-realm="ManagementRealm"
http-upgrade-enabled="true">
<socket interface="management"
port="${jboss.management.http.port:9990}"/>
</http-interface>
The native-interface one is there so that legacy HCs which don’t have the http-remoting
protocol can connect back to the domain controller. host-slave.xml which is used on the
slaves does not have the native interface enabled since it will only be connecting to a DC
of the same version or newer.
Arun
--
http://blog.arungupta.me
http://twitter.com/arungupta
_______________________________________________
wildfly-dev mailing list
wildfly-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev