Hello,
I've installed Tomcat and Cocoon ; Tomcat works fine but when I want to reach Cocoon (http://localhost:8888/cocoon) I've got the following error :
org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: index.html
In the Cocoon documentation ( http://cocoon.apache.org/2.2/core-modules/core/2.2/853_1_1.html ) I understood it's due to the sitemap.xmap but I don't know what I can do to fix it... In my cocoon folder I've a welcome.xml file but not any index.html...
My configuration :
Apex 3.2 + Oracle HTTP Server
Tomcat 7.0.8
Cocoon 2.1.11
I 've followed the very good Carl Backstrom's tutorial ( http://apex.oracle.com/i/carl/apex_cocoon/APEX_TOMCAT_COCOON_viewlet_swf.html ) but I just changed the port of Tomcat (to :8888) to avoid the conflict with HTTP Server one (:8080).
Thanks!
Fanny