On Mon, 4 Mar 2002, Stefano Bonnin wrote:

> ok, now I have taken the original sitemap file given with Cocoon,
> I have substituted the original map:pipeline with this:
>
> <map:pipeline>
>     <map:match pattern="">
>         <map:redirect-to uri="myAppplication/myfile.html"/>
>     <map:match>
>
>     <map:match pattern="myApplication/*.html">
>         <map:generate src="myApplication/{1}.html"/>
>         <map:serialize type="html"/>
> </map:pipeline>
>
> I have restarted tomcat and ....
>
> the same "error" is returned:
> *************
> Apache Tomcat/4.0.1 - HTTP Status 404 - Not Found
> ----------------------------------------------------------------------------
> ----
> type Status report
> message Not Found
> description The requested resource (Not Found) is not available.
> **************

Any errors in WEB-INF/logs/sitemap.log|WEB-INF/logs/error.log?



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to