Recomended changes to the standard-ha.xml file to make clustering easier for demos
----------------------------------------------------------------------------------
Key: AS7-2697
URL:
https://issues.jboss.org/browse/AS7-2697
Project: Application Server 7
Issue Type: Feature Request
Components: Clustering
Reporter: Jim Tyrrell
Assignee: Paul Ferraro
<socket-binding-group name="standard-sockets"
default-interface="public">
should become
<socket-binding-group name="standard-sockets"
default-interface="public"
port-offset="${jboss.default.port-offset:0}">
<native-interface interface="management"
port="${jboss.native.managementport:9999}"/>
<http-interface interface="management"
port="${jboss.http.managementport:9990}"/>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira