Re: Get any Path in CocoonContext

2007-05-02 Thread Steven D. Majewski
Not sure exactly which path the OP wants, but look also at the ContextPath module: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/ modules/input/ContextPathModule.html ContextPathModule provides a real filesystem path for a virtual context-relative path. If this

Get any Path in CocoonContext

2007-05-01 Thread rachid harradi
hello together, i have a question about getting path in javaflow or flowscript. i produce many documents in cocoonApplication i will save it in any filesystem. i have the relativ from filesystem is a possible to get any Context from tomcat server.xml like Context path/name docbas=z:/.../name

Re: Get any Path in CocoonContext

2007-05-01 Thread Alexander Daniel
The RealPath input module provides the functionality you are looking for. For more information see - http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/ modules/input/RealPathModule.html - If you have installed the standard Cocoon 2.1.10 distribution in Tomcat: