Hi Torgeir,
Torgeir Veimo schrieb:
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?
AFAICT, if there are no libraries being shared between the two web apps,
tomcat and Jackrabbit and Sling and your other web app should be
perfectly fine and not problems would be expected.
Do have logging output (tomcat, your webapp, sling, repository logging)
of the unclean shutdown so, that this might be tracked down ?
Personally, I do not have a clue out of the box for why there might be
issues.
Regards
Felix