[wildfly-dev] Port 9999 in domain.xml

Kabir Khan kabir.khan at jboss.com
Tue May 27 19:01:19 EDT 2014


On 27 May 2014, at 23:06, Arun Gupta <arun.gupta at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev




More information about the wildfly-dev mailing list