Hi Guys,
We are planning to use OpenKM in an environment where the repo will need to be located outside $JBOSS_HOME.
Secondly, the way we use JBoss is that we use different JBoss configs/partitions for each app. This means that we can't put any of the files in the $JBOSS_HOME.
Is there someway to change the location of the files which are supposed to go in the $JBOSS_HOME?
I assume that the repository location can be defined here
Cheers
Yev
We are planning to use OpenKM in an environment where the repo will need to be located outside $JBOSS_HOME.
Secondly, the way we use JBoss is that we use different JBoss configs/partitions for each app. This means that we can't put any of the files in the $JBOSS_HOME.
Is there someway to change the location of the files which are supposed to go in the $JBOSS_HOME?
I assume that the repository location can be defined here
Code: Select all
am I correct?<FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
<param name="path" value="${rep.home}/repository"/>
</FileSystem>Cheers
Yev
