Exposing(binding) a repository object through JNDI in Tomcat 6.

2009-10-15 Thread Patricio Echagüe
Hi all, I have a problem I cannot sort out. I deployed the jackrabbit webapp in tomcat with MySQL according to the steps in the wiki. (so far so good). This webapp has a servlet called: RepositoryStartupServlet which I'm using to bind the repository (created by it) to JNDI so that another webapp

Re: Exposing(binding) a repository object through JNDI in Tomcat 6.

2009-10-15 Thread Patricio Echagüe
Just to clarify, has anyone had some success at configuring a Repository instance in JNDI with Tomcat 6 ? This is the java doc: * A sample JNDI configuration inside a servlet container's codeserver.xml/code: * pre * lt;Resource * name=jcr/repositoryname *