Skip to content

Commit

Permalink
bind jgroups to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 13, 2013
1 parent c57b07a commit 51755b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Expand Up @@ -24,9 +24,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-3.2.xsd">
<TCP
bind_addr="${jgroups.tcp.address:127.0.0.1}"
bind_addr="${jgroups.tcp.address:0.0.0.0}"
bind_port="${jgroups.tcp.port:7800}"
loopback="true"
loopback="false"
port_range="30"
recv_buf_size="20m"
send_buf_size="640k"
Expand Down
7 changes: 2 additions & 5 deletions fcrepo-webapp/src/main/resources/config/jgroups-modeshape.xml
Expand Up @@ -23,13 +23,10 @@
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-3.2.xsd">



<TCP
bind_addr="${jgroups.modeshape.tcp.address:127.0.0.1}"
bind_addr="${jgroups.modeshape.tcp.address:0.0.0.0}"
bind_port="${jgroups.modeshape.tcp.port:7850}"
loopback="true"
loopback="false"
port_range="30"
recv_buf_size="20m"
send_buf_size="640k"
Expand Down

0 comments on commit 51755b0

Please sign in to comment.