You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by "Khanapurkar, Mona A." <Mo...@idearc.com> on 2007/09/25 08:55:37 UTC

Jackrabbit Model 2 Deployment in Jetty

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