Hi, Now i want to know what to do after running repository? How to proceed further? I know that: "Using a content repository allows an application to deal with an arbitrarily large hierarchical space in a scalable manner automatically profiting from the repository services such as versioning, query, transactions or namespaces which make a content repository an ideal data store for many applications". How a content repository can be seen as a data storage? How to store,retrive and change data? What are the steps to proceed?
sktkaur wrote: > > Hi, > > I have done what you said above.Now as i am new to jackrabbit,i just want > to know how to run > repository? > > Jukka Zitting wrote: >> >> 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 >> >> > > -- View this message in context: http://www.nabble.com/-ANNOUNCE--jackrabbit-core-1.4.1-released-tp15595369p15975657.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
