Dear Wiki user,

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

The following page has been changed by JashaJoachimsthal:
http://wiki.apache.org/cocoon/LoadBalancingWithModProxy

The comment on the change is:
Added necessary args, credits to Bartosz Oudekerk

------------------------------------------------------------------------------
  {{{
  <Call name="addWebApplication">
    ... put all the standard parameters to deploy your web application here...
- 
+   <!-- The context path spec. Which must be of the form / or /path/* -->
+   <Arg>/</Arg>
+   <!-- The Web application directory or WAR file. -->
+   <Arg>
+     <SystemProperty name="jetty.home" default="."/>/cocoon/
+   </Arg>
    <!-- This will set the session manager worker name to "LB1" -->
    <Call name="getWebApplicationHandler">
      <Call name="getSessionManager">