Hi Alex > On Wed, Apr 22, 2009 at 5:25 PM, Mike Müller > <[email protected]> wrote: > > Is there an easy way to get the absolute path to the > sling.home directory in a bundle or servlet? > > (sling launched as standalone app, not in a servlet container) > > Sorry if I cannot answer your question, but why do you want to access > the filesystem if you have a JCR? :-)
Good question: What I am trying to do is integrating a bridge (bundle) for existing applications to run in Sling. These legacy apps use the file system. I do not want to change all that legacy stuff to use the JCR instead of the file system. best regards mike
