Rainer Flicker <r.flicker <at> airsight.de> writes:
> I also tried to set "repositoryURI", without any success. I tried
> repositoryURI=jcr-jackrabbit://jackrabbit
> repositoryURI=file:///c:/programs/glassfish/domains/domain1/jackrabbit
> repositoryURI=c:/programs/glassfish/domains/domain1/jackrabbit
> repositoryURI=jndi://jcr/local
>
> I tried this on Windows and Linux.
>
> Thanks in advance for any help,
>
> Rainer
>
>
Rainer,
When I access my repo through the jndi URI mine works with the following:
URI = jndi:java:comp/env/jcr/repository
Now, mea culpa, I am using Tomcat as my app server. I did have to try different
forms of the URI before I finally got it right.
Hope this helps some,
Neil