Hi,

I cannot imagine I'm the first to stumble onto this so I hope some of you
have a solution to this problem:

How can I refer to an "absolute" path, but relative to the root directory of
my webapplication, both in the sitemap and in any content file.

Situation:
/tomcat/webapps/cocoon/myWebApp

Screen consists of tables, one of them contains the menu. How can I make
sure that the links in the menu always start relative to the root of
myWebApp? E.g. 
Link1 = /subdir1/somepage.html
Link2 = /subdir2/someOtherPage.html

I've tried "/subdir1/somepage.html", but this is turned into 
localhost:8080/subdir1/somepage.html 

instead of 

localhost:8080/cocoon/myWebApp/subdir1/somepage.html

Thanks.

Bye, Helma

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

Reply via email to