> > > Sling is mostly just a servlet so you might be able to mix both that > and your existing code in a single webapp, but you might get into jar > version conflicts. > > Another option is to run the Sling war file as a separate webapp, and > use JNDI to access the Repository object from your existing webapp. I > haven't used it in a long time but the contrib/jcr/jackrabbit-client > should allow you to do that.
I'm fairly certain that the JNDI sharing of the jcr reference is in the servlets I'm using. Thanks for your help.
