within Flowscript: get servlet context root?

2004-02-12 Thread Mark Lundquist
Dear all,

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

From the FOM API doc, I see how to get it from Cocoon.context, if this 
in in fact a context attribute.  I'm assuming it is, but I don't know 
the attribute name.  Please help remedy my ignorance, and if you can 
point me to a doc somewhere I can bookmark that would have told me this 
answer, I'd appreciate that as well! (it probably has other stuff that 
I may someday need to know).

Thanks a lot,
~ml
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: within Flowscript: get servlet context root?

2004-02-13 Thread Eduard Drenth
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:







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

Eduard

>  From the FOM API doc, I see how to get it from Cocoon.context, if this 
> in in fact a context attribute.  I'm assuming it is, but I don't know 
> the attribute name.  Please help remedy my ignorance, and if you can 
> point me to a doc somewhere I can bookmark that would have told me this 
> answer, I'd appreciate that as well! (it probably has other stuff that 
> I may someday need to know).
> 
> Thanks a lot,
> ~ml
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Eduard Drenth <[EMAIL PROTECTED]>
home sweet home


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



Re: within Flowscript: get servlet context root?

2004-02-15 Thread Mark Lundquist
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:





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]