Laurent Perez wrote:
Hi

I'm trying to deploy trunk webapp under tomcat5.5.17(jdk1.5.0_08) but
it doesn't work, all I get from catalina logs is :

SEVERE : Error listenerStart

I've followed "How to use the webapp" instructions available at
http://cocoon.zones.apache.org/daisy/documentation/g1/756.html , ran
mvn war:inplace and installed src/main/webapp under tomcat/webapps
folder.
You probably should not do war:inplace. This is how it should be working:

cd cocoon-trunk/
mvn clean install
cd core/cocoon-webapp
mvn cocoon:deploy jetty6:run


--
Leszek Gawron, IT Manager                          MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to