Because I thought the cocoon webapp needs the blocks as a jar file? I am new
to cocoon2.2 And I am searching a way to make a cocoon webapp. So far, I
have success on creating and testing a block:

mvn archetype:create -DarchetypeGroupId=org.apache.cocoon
-DarchetypeArtifactId=cocoon-22-archetype-block -DarchetypeVersion=1.0.0
-DgroupId=project.be -DartifactId=myBlock;
cd myBlock
mvn jetty:run

This is rather poor. So on the internet I am searching ways to generate
cocoon webapp from my blocks. There I have found the install instruction and
the advice to use it.. So do you think there is a better way to generate a
webapp. And do you advice me not to install my seperate blocks?

THIS IS THE ERROR MESSAGE ON A STANDARD BLOCK, WITH A STANDARD COCOON
WEBAPP, LIKE IN THE COCOON TUTORIAL (after mvn jetty:run):

2008-08-19 16:06:12.332::WARN:  Could not instantiate listener
org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException:
org.springframework.web.context.ContextLoaderListener
-- 
View this message in context: 
http://www.nabble.com/Not-able-to-create-and-test-cocoon2.2-webapp-with-maven-jetty-tp19048077p19049487.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


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

Reply via email to