shai200 pisze:
Hello,

Hello

The following POM goal:

mvn cocoon:rcl

Implies that web.xml, applicationContext.xml, and the rest of the stuff in
webapp/WEB-INF is automatically generated by maven... But how do I
edit/modify them? Do I do it through the POM or is there some kind of way to
tell maven to use my own file?

See here: 
http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/1360_1_1.html

My second question is - how do I define a particular class to load when the
web server loads, when I use the Jetty webapp container example from the
Cocoon2 getting started guides? Do I do this through web.xml or
applicationContext.xml, or perhaps by editing the POM file?

Hmmm, if you want to just load it you should use the features mentioned here:
http://cocoon.apache.org/2.2/blocks/databases/1.0/1409_1_1.html

There you have instructions how to load HSQL driver, but this mechanism is general so you can create properties file with name whatever you like and use format:
org.apache.cocoon.classloader.load.classes.[some_group_id]=[full_name_of_class]

Where some_group_id is of your choice.


I hope this helps you a little bit.

--
Grzegorz Kossakowski

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

Reply via email to