Torgeir Veimo wrote:
Deploying a sling web application into tomcat where there are other application running using a local JCR repository seems to cause tomcat to be unable to cleanly shut down. Am suspecting there might be some class loader issue here. Any clues?

The other JCR application has it's own jackrabbit libraries in WEB-INF/lib, and a custom repository.xml file in WEB-INF with the repository configured using TransientRepository. I could possibly try running tomcat in an profiler, but what exactly should I look for?

I'm not sure but it could be that you have problems because there are two repositories in your installation: the one from your webapp and the
other one embedded into Sling. There might be problems with this.
You could try to replace the jcr.jackrabbit.server bundle with the jcr.jackrabbit.client bundle, and then Sling would connect to your repository started in the other web application.


HTH
Carsten

--
Carsten Ziegeler
[EMAIL PROTECTED]

Reply via email to