Hi Upayavira,
thanx for the rush response.
Now im getting this error http://www.bouchareb.de/error2.html

here is a small view of my main sitemap:

<map:pipeline>
  <!-- match the Bonebreaker homepage -->
  <map:match pattern="bonebreaker">
    <map:mount uri-prefix="bonebreaker" check-reload="yes"
      reload-method="synchron" src="bonebreaker/"/>
  </map:match>

  <!-- match all other Bonebreaker pages -->
  <map:match pattern="bonebreaker/**">
    <map:mount uri-prefix="bonebreaker" check-reload="yes"
      reload-method="synchron" src="bonebreaker/"/>
  </map:match>
</map:pipeline>

thanx

-----Ursprungliche Nachricht-----
Von: Upayavira [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 27. Juni 2003 17:13
An: [EMAIL PROTECTED]
Betreff: Re: Invalid processing instruction name (saxon:warning) with
the bonebreaker example


I've never tried bonebreaker, but if you've mounted it onto your root
sitemap, then try
accessing it via http://localhost:8080/cocoon/bonebreaker/   i.e. with a
slash at the
end. The mount probably mounts bonebreaker/ rather than just bonebreaker.

Regards, Upayavira


On 27 Jun 2003 at 17:09, Sliman Bouchareb wrote:

> hello,
> im a newbie and i just tried out the bonebreaker example from
> www.cocooncenter.de
> well i did all the changes in my sitemap to map bonebreaker like
> indicated on cocooncenter.de but everytime i get the error :
> http://www.bouchareb.de/error.htm
>
> in some postings here, i read that the source of the
> WildcardURIMatcher must be :
>
>  <map:matchers default="wildcard">
>       <map:matcher name="wildcard"
> src="org.apache.cocoon.matching.WildcardURIMatcher"/>
>  </map:matchers>
>
> instead of:
>
> <map:matchers default="wildcard">
>       <map:matcher name="wildcard"
> src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
>  </map:matchers>
>
> because its depricated, but the result is always the same when I call
> the api (http://localhost:8080/cocoon/bonebreaker)
>
> im using:
> w2k
> cocoon 2.0.4
> Tomcat/4.1.18
> jdk 1.4
>
> may be someone has an idea
> thank you very much
>
> Sliman
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For
> additional commands, e-mail: [EMAIL PROTECTED]
>
>



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


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

Reply via email to