Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clustering tweaks
  • Loading branch information
cbeer committed Apr 6, 2013
1 parent b9bfe56 commit e2696c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 100 deletions.
Expand Up @@ -4,9 +4,9 @@

<global>
<!-- Defines the global settings shared by all caches -->
<transport>
<transport clusterName="modeshape-cluster">
<properties>
<property name="configurationFile" value="${fcrepo.ispn.jgroups.configuration:config/jgroups-infinispan.xml}"/>
<property name="configurationFile" value="${fcrepo.ispn.jgroups.configuration:config/jgroups-fcrepo-tcp.xml}"/>
</properties>
</transport>
</global>
Expand Down
Expand Up @@ -4,11 +4,11 @@

<global>
<!-- Defines the global settings shared by all caches -->
<transport>
<properties>
<property name="configurationFile" value="${fcrepo.ispn.jgroups.configuration:config/jgroups-infinispan.xml}"/>
</properties>
</transport>
<transport clusterName="modeshape-cluster">
<properties>
<property name="configurationFile" value="${fcrepo.ispn.jgroups.configuration:config/jgroups-fcrepo-tcp.xml}"/>
</properties>
</transport>
</global>

<default>
Expand Down
91 changes: 0 additions & 91 deletions fcrepo-webapp/src/main/resources/config/jgroups-modeshape.xml

This file was deleted.

3 changes: 1 addition & 2 deletions fcrepo-webapp/src/main/resources/config/repository.json
Expand Up @@ -7,8 +7,7 @@
"allowCreation" : true
},
"clustering" : {
"clusterName" : "modeshape",
"channelConfiguration" : "${fcrepo.modeshape.jgroups.configuration:config/jgroups-modeshape.xml}"
"clusterName" : "modeshape-cluster"
},
"query" : {
"enabled" : true,
Expand Down

0 comments on commit e2696c9

Please sign in to comment.