Skip to content

Commit

Permalink
Merge pull request #9245 from jmesnil/WFLY-7256_config_diff
Browse files Browse the repository at this point in the history
[WFLY-7256] Fix persistent configuration differences
  • Loading branch information
bstansberry committed Oct 4, 2016
2 parents e4bfd3a + 7fcd2cd commit da4f969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -70,8 +70,8 @@
</replacement>
<replacement placeholder="REMOTE-CONNECTION-FACTORY">
<connection-factory name="RemoteConnectionFactory"
connectors="http-connector"
entries="java:jboss/exported/jms/RemoteConnectionFactory" />
entries="java:jboss/exported/jms/RemoteConnectionFactory"
connectors="http-connector" />
</replacement>
</supplement>
<supplement name="ha">
Expand Down
Expand Up @@ -43,7 +43,7 @@
<socket-binding name="http" port="${jboss.http.port:8080}"/>
<socket-binding name="https" port="${jboss.https.port:8443}"/>
<socket-binding name="mcmp-management" interface="private" port="${jboss.mcmp.port:8090}" />
<socket-binding name="modcluster" interface="private" multicast-port="23364" multicast-address="224.0.1.105" />
<socket-binding name="modcluster" interface="private" multicast-address="224.0.1.105" multicast-port="23364"/>
<interface name="private">
<inet-address value="${jboss.bind.address.private:127.0.0.1}"/>
</interface>
Expand Down

0 comments on commit da4f969

Please sign in to comment.