Jeroen Reijn wrote:
> after listing all the AttributeNames attached to the context you could
> try to use the following line:
> 
> print("workDir: " + 
> cocoon.context.getAttribute("javax.servlet.context.tempdir"));

Thank you.  
It turns out CONTEXT_WORK_DIR in the Avalon context is equivalent to:

cocoon.context.getAttribute('javax.servlet.context.tempdir') + 
'/cocoon-files'

And that's where the various Lucene components create and look for
indices by default.


Tobia

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to