Hi,

I use Cocoon2b2 and Tomcat 3.2.3 with Apache.
sitemap has the following entries:

<!-- A -->
   <map:match pattern="hello-page.vm">
    <map:generate type="velocity" src="templates/hello-page.vm"/>
    <map:transform src="stylesheets/simple-page2html.xsl"/>
    <map:serialize type="html"/>
   </map:match>

<!-- B -->
   <map:match pattern="hello-page">
    <map:generate type="velocity" src="templates/hello-page.vm"/>
    <map:transform src="stylesheets/simple-page2html.xsl"/>
    <map:serialize type="html"/>
   </map:match>

<!-- C -->
   <map:match pattern="templates/*">
    <map:generate type="velocity" src="{1}"/>
    <map:transform src="stylesheets/simple-page2html.xsl"/>
    <map:serialize type="html"/>
   </map:match>

Why only 'C' works fine ??
Both 'A' and 'B' generates processing exception (unable to find
'templates/hello-page.vm') in VelocityGenerator.
Please, a bit of help and explanation.
Thx in advance...
 Daniel


---------------------------------------------------------------------
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