Skip to content

Commit

Permalink
fix webapp config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 13, 2013
1 parent 3986f91 commit d9a331b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Expand Up @@ -6,7 +6,7 @@
<!-- Defines the global settings shared by all caches -->
<transport>
<properties>
<property name="configurationFile" value="${fcrepo.modeshape.ispn.configuration:jgroups-infinispan.xml}"/>
<property name="configurationFile" value="${fcrepo.modeshape.ispn.configuration:config/jgroups-infinispan.xml}"/>
</properties>
</transport>
</global>
Expand Down
3 changes: 3 additions & 0 deletions fcrepo-webapp/src/main/resources/config/jgroups-modeshape.xml
Expand Up @@ -23,6 +23,9 @@
<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_port="${jgroups.modeshape.tcp.port:7850}"
Expand Down
4 changes: 2 additions & 2 deletions fcrepo-webapp/src/main/resources/config/repository.json
Expand Up @@ -8,7 +8,7 @@
},
"clustering" : {
"clusterName" : "modeshape",
"channelConfiguration" : "${fcrepo.modeshape.jgroups.configuration:jgroups-modeshape.xml}"
"channelConfiguration" : "${fcrepo.modeshape.jgroups.configuration:config/jgroups-modeshape.xml}"
},
"query" : {
"enabled" : true,
Expand All @@ -22,7 +22,7 @@
},
"storage" : {
"cacheName" : "FedoraRepository",
"cacheConfiguration" : "infinispan_configuration.xml",
"cacheConfiguration" : "config/infinispan_configuration.xml",
"binaryStorage" : {
"type" : "cache",
"dataCacheName" : "FedoraRepository",
Expand Down

0 comments on commit d9a331b

Please sign in to comment.