Re: Pipeline matching problem

2003-12-23 Thread Christian Haul
[EMAIL PROTECTED] wrote: 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:

Re: Pipeline matching problem

2003-12-23 Thread Christian Haul
Christian Haul wrote: [EMAIL PROTECTED] wrote: 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

RE: Pipeline matching problem

2003-12-23 Thread H . vanderLinden
-Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 December 2003 09:04 To: [EMAIL PROTECTED] Subject: Re: Pipeline matching problem [EMAIL PROTECTED] wrote: Hi, I cannot imagine I'm the first to stumble onto this so I hope some of you

Re: Pipeline matching problem

2003-12-23 Thread Christian Haul
[EMAIL PROTECTED] wrote: Hi, Thank you all for trying to solve this problem. As far as possible I've tried your suggestions but so far I only realized I haven't provided enough information. BTW. Christian: I haven't been able to find any info on the LinkRewritingTransformer. Could you give a

Pipeline matching problem

2003-12-22 Thread H . vanderLinden
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

Re: Pipeline matching problem

2003-12-22 Thread Jürgen Haas
Hi Helma, 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 I'm not sure, but try subdir1/somepage.html instead of /subdir1/somepage.html. Maybe this will help. CU Jürgen

RE: Pipeline matching problem

2003-12-22 Thread H . vanderLinden
December 2003 23:22 To: [EMAIL PROTECTED] Subject: Re: Pipeline matching problem Hi Helma, 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 I'm not sure, but try subdir1

RE: Pipeline matching problem

2003-12-22 Thread JD Daniels
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: RE: Pipeline matching problem Thanks, that was the original idea, but when I follow subdir1/somepage.html and I then click the other link I get subdir1/subdir2/someOtherPage.html, rather than

RE: Pipeline matching problem

2003-12-22 Thread Jürgen Haas
OK, i couldn't stand this discussion. I tried it for myself and the solution even more easier than I expected it to be. Let's say there are subdir1 and subdir2. If you are currently in subdir1 and you want to link to subdir2, just use ../subdir2/whatever in your xsp-page. The sitemap needs not to