Trying to making things up with Cocoon 3-beta, I gave up.
Error points to not founding sitemap.xmap inside jar file in lib/ directory.
Trunk sources from 20130507.

Can somebody send here a simple sitemap web app with Cocoon 3-beta
as a war archive
(with WEB-INF/lib/_all_required_libs_for_c3-beta inside war)
ready to be deployed to e.g. Tomcat 7 ?

A simple web app is just reading HTML file from sitemap:

<map:sitemap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:map="http://apache.org/cocoon/sitemap";
             xmlns:servlet="http://apache.org/cocoon/servlet";
xmlns:controller="http://apache.org/cocoon/controller";>

  <map:pipelines>
    <!-- ~~~~~~~~~~~~~~~~ map:read ~~~~~~~~~~~~~~~ -->
    <map:pipeline>
      <map:match pattern="">
        <map:read src="overview.html" />
      </map:match>
    </map:pipeline>
   </map:pipelines>
</map:sitemap>

Greetings,
Greg

Reply via email to