On 09.07.2009 15:08 Alexander Klimetschek wrote:
> Is "rmi://localhost:1099/jackrabbit.repository" really the liferay repo?
>
This is, what I've done this far:
1. Copied Liferay jackrabbit directory to a fresh location: cp -ar
liferay/jackrabbit /fresh/location/
2. Installed Jackrabbit 1.3.1 web app.
3. Used Jackrabbit configuration tool
http://localhost:8080/jackrabbit-webapp-1.3.1/bootstrap/missing.html
to set the repository location to: /fresh/location/jackrabbit
4. Checked the server log (see the attachment) and among others,
there's these two lines:
repositoryConfig: /fresh/location/jackrabbit/repository.xml
(AbstractConfig.java, line 106)
AbstractConfig: rmiUri: //localhost:1099/jackrabbit.repository
(AbstractConfig.java, line 106)
5. The repository.xml is identical to this one:
http://svn.liferay.com/repos/public/portal/tags/4.3.4/portal-impl/src/com/liferay/portal/jcr/jackrabbit/dependencies/repository.xml
So, I think that "rmi://localhost:1099/jackrabbit.repository" is the
right context name.
-Harri
|