Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change 
notification.

The "JailManagement" page has been changed by FrancescoChicchiricco:
http://wiki.apache.org/cocoon/JailManagement?action=diff&rev1=4&rev2=5

  mvn clean package
  }}}
  
+ === Cocoon 2.2 samples ===
+ 
+ Please follow instructions contained in cocoon2.2/README.
+ 
  === Cocoon 2.1 samples ===
  
  To build, cd under cocoon2.1 and launch
@@ -53, +57 @@

                  ProxyPass http://localhost:8080/cocoon21
                  ProxyPassReverse http://localhost:8080/cocoon21
          </Location>
+         <Location "/cocoon22">
+                 ProxyPass http://localhost:8080/cocoon22
+                 ProxyPassReverse http://localhost:8080/cocoon22
+         </Location>
          <Location "/cocoon3">
                  ProxyPass http://localhost:8080/cocoon3
                  ProxyPassReverse http://localhost:8080/cocoon3
@@ -69, +77 @@

  Once built,
  {{{
  sudo cp 
cocoon3-sample-webapp/target/cocoon3-sample-webapp-3.0.0-beta-1-SNAPSHOT.war 
/usr/local/apache-tomcat-7.0/webapps/cocoon3.war
+ }}}
+ 
+ === Cocoon 2.2 samples ===
+ Once built,
+ {{{
+ sudo cp core/cocoon-webapp/target/cocoon-webapp.war 
/usr/local/apache-tomcat-7.0/webapps/cocoon22.war
  }}}
  
  === Cocoon 2.1 samples ===