[Cocoon Wiki] Update of "JailManagement" by FrancescoCh icchiricco

Apache Wiki <[email protected]> Fri, 30 Nov 2012 11:36:27 -0000
Newsgroups gmane.text.xml.cocoon.documentation
Message-ID <[email protected]>
Dear Wiki user,

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

The "JailManagement" page has been changed by FrancescoChicchiricco:
http://wiki.apache.org/cocoon/JailManagement?action=3Ddiff&rev1=3D4&rev2=3D5

  mvn clean package
  }}}
  =

+ =3D=3D=3D Cocoon 2.2 samples =3D=3D=3D
+ =

+ Please follow instructions contained in cocoon2.2/README.
+ =

  =3D=3D=3D Cocoon 2.1 samples =3D=3D=3D
  =

  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-S=
NAPSHOT.war /usr/local/apache-tomcat-7.0/webapps/cocoon3.war
+ }}}
+ =

+ =3D=3D=3D Cocoon 2.2 samples =3D=3D=3D
+ Once built,
+ {{{
+ sudo cp core/cocoon-webapp/target/cocoon-webapp.war /usr/local/apache-tom=
cat-7.0/webapps/cocoon22.war
  }}}
  =

  =3D=3D=3D Cocoon 2.1 samples =3D=3D=3D