Has anyone configured cocoon as the root context on tomcat 5.0.19?

On 4.1.x it's sufficient to do
<Context path="" docBase="cocoon" debug="0">
</Context>

On 5.0.19 i get the cocoon Resource Not Found page with above config.

Sitemap that (should) execute:

   <map:match pattern="">
     <map:generate type="file" src="index.html"/>
     <map:serialize type="html"/>
   </map:match>

if i change it to <map:match pattern="index.html"> then it's working fine.

Something i'm missing here?

Regards
Jorg


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



Reply via email to