Re: Resolving sources relative to webapp context

2003-07-08 Thread Andreas Hartmann
Andreas Hartmann wrote: Is it possible to get the source relative to the webapp context? I found out that I can use the context:// protocol in cocoon.xconf. This solves my problem. Andreas - To unsubscribe, e-mail: [EMAIL PROTECT

Resolving sources relative to webapp context

2003-07-08 Thread Andreas Hartmann
Hi Cocoon users, I'm instantiating a custom component inside an action. In this component, I want to resolve a path to a source: resolver = (SourceResolver) manager.lookup(SourceResolver.ROLE); source = resolver.resolveURI(configurationDirectoryPath); This way, the source is resolved relati