Hi,
http://jackrabbit.apache.org/doc/deploy/howto-model2.html mentions the
following configuration for model 2 deployment in tomcat 5.5:
<Resource name="jcr/globalRepository"
auth="Container"
type="javax.jcr.Repository"
factory="org.apache.jackrabbit.core.jndi.BindableRepositoryFactory"
configFilePath="[full path to repository.xml"
repHomeDir="[full path to the repository home folder]"/>
I'm using Jetty, version 6.1.1. I'd like to do an equivalent
configuration in jetty. Has anyone tried doing so? Please suggest.
Thanks in advance.
Mona