Hi, On Wed, Feb 27, 2008 at 11:28 AM, sktkaur <[EMAIL PROTECTED]> wrote: > What changes in the webapp configuration should be done so that the > repository is stored somewhere else if the default location is not writable.
Take the WEB-INF/templates/bootstrap.properties file and store it somewhere in your file system. Then point the bootstrap-config init property in WEB-INF/web.xml to that file. Then you can set the repository.home property in the new bootstrap.properties file to an alternative location. If you want, you can also use the bootstrap.properties file to configure other aspects of the Jackrabbit webapp. BR, Jukka Zitting
