Ok. Try dropping that WAR file- jackrabbit-webapp-2.2.7.war into tomcat webapps directory and see if that works for you.
Anuj On Tue, Sep 6, 2011 at 11:18 AM, equanimous <[email protected]> wrote: > Ok here is the default repository.xml.....i've also tried to change the > variables n give the path....${repo.home} and other variables....still it > didnt wrk... > > There are other methods to install jackrabbit.... > using jar files in this download..... > jackrabbit-jca-2.2.8.rar (25MB, JCA resource adapter, PGP signature) > can i deploy it in tomcat server..... > > Please suggest me an alternative method to make this wrk if the standalone > version dosent wrk.. > > <?xml version="1.0"?> > > > <!DOCTYPE Repository > PUBLIC "-//The Apache Software Foundation//DTD Jackrabbit > 2.0//EN" > > "http://jackrabbit.apache.org/dtd/repository-2.0.dtd"> > > > <Repository> > > <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > </FileSystem> > > > <DataStore class="org.apache.jackrabbit.core.data.FileDataStore"/> > > > <Security appName="Jackrabbit"> > > <SecurityManager > class="org.apache.jackrabbit.core.security.simple.SimpleSecurityManager" > workspaceName="security"> > > > > </SecurityManager> > > > <AccessManager > class="org.apache.jackrabbit.core.security.simple.SimpleAccessManager"> > > </AccessManager> > > <LoginModule > class="org.apache.jackrabbit.core.security.simple.SimpleLoginModule"> > > > > > </LoginModule> > </Security> > > > <Workspaces rootPath="${rep.home}/workspaces" > defaultWorkspace="default"/> > > <Workspace name="${wsp.name}"> > > <FileSystem > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > </FileSystem> > > <PersistenceManager > > class="org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager"> > > > </PersistenceManager> > > <SearchIndex > class="org.apache.jackrabbit.core.query.lucene.SearchIndex"> > > > </SearchIndex> > </Workspace> > > > <Versioning rootPath="${rep.home}/version"> > > <FileSystem > class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > > </FileSystem> > > > <PersistenceManager > > class="org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager"> > > > </PersistenceManager> > </Versioning> > > > <SearchIndex > class="org.apache.jackrabbit.core.query.lucene.SearchIndex"> > > > </SearchIndex> > </Repository> > > > -- > View this message in context: > http://jackrabbit.510166.n4.nabble.com/jackrabbit-Installation-tp3789045p3792636.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >
