Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added fcrepo.binary-store-path to templates to set the binary store path
  • Loading branch information
fasseg committed Oct 31, 2013
1 parent 6cc7649 commit 728e0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/tomcat7/templates/default-tomcat7-clustered.erb
Expand Up @@ -30,6 +30,7 @@ JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.activemq.dir=<%= data_dir %>/active-mq"
JAVA_OPTS="${JAVA_OPTS} -Dcom.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean.default.objectStoreDir=<%= data_dir %>/object-store-default"
JAVA_OPTS="${JAVA_OPTS} -Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=<%= data_dir %>/object-store"
JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.modeshape.configuration=<%= repo_config %>"
JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.binary-store-path=<%= data_dir %>/binaries"

###
# Clustering
Expand Down
1 change: 1 addition & 0 deletions modules/tomcat7/templates/default-tomcat7.erb
Expand Up @@ -30,6 +30,7 @@ JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.activemq.dir=<%= data_dir %>/active-mq"
JAVA_OPTS="${JAVA_OPTS} -Dcom.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean.default.objectStoreDir=<%= data_dir %>/object-store-default"
JAVA_OPTS="${JAVA_OPTS} -Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=<%= data_dir %>/object-store"
JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.modeshape.configuration=<%= repo_config %>"
JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.binary-store-path=<%= data_dir %>/binaries"


JAVA_OPTS="${JAVA_OPTS} -Dfcrepo.infinispan.cache_configuration=config/infinispan/chained/infinispan.xml"
Expand Down

0 comments on commit 728e0ac

Please sign in to comment.