[wildfly-dev] Port 9999 in domain.xml

Kabir Khan kabir.khan at jboss.com
Wed May 28 04:33:22 EDT 2014


On 28 May 2014, at 00:27, Arun Gupta <arun.gupta at gmail.com> wrote:

> On Tue, May 27, 2014 at 4:01 PM, Kabir Khan <kabir.khan at jboss.com> wrote:
>> 
>> On 27 May 2014, at 23:06, Arun Gupta <arun.gupta at gmail.com> wrote:
>> 
>>> domain.xml has the following excerpt:
>> host.xml? :-)
>>> 
> Yes :-)
> 
>>> <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.
>> 
> 
> https://docs.jboss.org/author/display/WFLY8/WildFly+8+Cluster+Howto
> still refer to JBoss AS 7. Where can I find the latest WildFly
> instructions that use host-slave.xml ?
You can update the documentation to say WildFly.
> 
> Arun
> 
>>> 
>>> 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
>> 
> 
> 
> 
> -- 
> http://blog.arungupta.me
> http://twitter.com/arungupta




More information about the wildfly-dev mailing list