I have a subsitemap.xmap and it doesn't work. I get following message
and description:

Error :         The sitemap handler's sitemap is not available. Please
check logs for the exact error.
Description : org.apache.cocoon.ProcessingException: The sitemap
handler's sitemap is not available. Please check logs for the exact
error.

In the main sitemap I have this :
    <map:pipeline>
      <map:match pattern="workflowmax/**">
        <map:mount uri-prefix="workflowmax" src="workflowmax/"
check-reload="yes" />
      </map:match>
    </map:pipeline>

And the project is in directory "cocoon/workflowmax/"
In the same directory (cocoon/workflowmax/) I have a sitemap with
following pipeline :

   <map:pipeline>
    <map:match pattern="">
     <map:generate type="serverpages" src="documents/default.xsp"/>
         <map:serialize/>
    </map:match>
   </map:pipeline>


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

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

Reply via email to