On Feb 13, 2004, at 2:00 PM, Eduard Drenth wrote:


On Thu, 2004-02-12 at 20:21, Mark Lundquist wrote:
Dear all,

How can I get the pathname of the servlet context root directory in my
flowscript?


What I did (cocoon2.0.4) is write a tiny action which puts the servlet context in a sitemap parameter. So I can do in the sitemap:

<map:match pattern="**">
<map:act type="context">
<map:mount check-reload="yes" src="{context-path}/sitemap.xmap"
uri-prefix=""/>
</map:act>
</map:match>

If you want I can send you my code, builds as well for cocoon2.1.3.

That's OK, 'cause it turns out I don't need to do this after all. But thanks for offering! :-)


— Mark


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



Reply via email to