Re: Creating webapp

2008-06-27 Thread Barbara Slupik
I defined all my blocks as dependencies in my web application pom file. In each block I have block-servlet-service.xml which looks like this: class="org.apache.cocoon.sitemap.SitemapServlet"> path="blockcontext:/myBlock/"> ref=

Creating webapp

2008-06-27 Thread Boris Goldowsky
I have an application that runs fine with mvn jetty:run, but now I am trying to make a webapp block so that I can install it into Tomcat. I created a webapp with the archetype, put a dependency on my main block into the pom, and made sure everything was mvn Installed. But I cannot get the webapp