shuber      2005/11/28 11:15:31 CET

  Modified files:
    core/src/webapp/html/startup howto_cluster.html 
  Log:
  Corrections on documentation to try to make configuration more clear.
  
  Revision  Changes    Path
  1.11      +7 -6      jahia/core/src/webapp/html/startup/howto_cluster.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/html/startup/howto_cluster.html.diff?r1=1.10&r2=1.11&f=h
  
  
  
  Index: howto_cluster.html
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/html/startup/howto_cluster.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- howto_cluster.html        25 Nov 2005 17:14:16 -0000      1.10
  +++ howto_cluster.html        28 Nov 2005 10:15:30 -0000      1.11
  @@ -219,7 +219,7 @@
                                                 behaviours. To prevent this, 
we suggest you change the multicast address and put the same value only
                                                 for the instances that should 
communicate with each others.<br/><br/>
                                                 To change the multicast 
address, you should <br/><br/>
  -                                             i) modifiy the following line 
in the 
  +                                             i) modify the following line in 
the 
                                                
<i>jahia/WEB-INF/classes/treecache.xml</i> file :<br/>
                                                <pre class="code">&lt;UDP 
mcast_addr=&quot;231.12.21.140&quot; mcast_port=&quot;45010&quot;
        ip_ttl=&quot;64&quot; ip_mcast=&quot;true&quot;
  @@ -250,7 +250,7 @@
                                                        
[org.jgroups.protocols.UDP] ERROR - exception=java.net.BindException: Cannot 
assign requested address: Datagram send failed, msg=[ds
                                                        1.12.21.133:45000, src: 
192.168.2.130:1664 (2 headers), size = 0 bytes], mcast_addr=231.12.21.133:45000 
                    </span>
                                                        <br/><br>
  -                                                     <h4>Sticky sessions</h3>
  +     <h4>Sticky sessions</h3>
                                                        If you are using an 
hardware or software loadbalancer in front of Jahia to handle distribution of 
load amongst all Jahia nodes in
                                                        the cluster, you will 
need to activate "sticky sessions" on Tomcat and the load balancer. This is 
required to force an open session to
                                                        make all requests on 
the same server for the time of the session.<br/>
  @@ -275,6 +275,7 @@
                        </ul>
       <p>On Tomcat 5.5 :</p>
                        <ol>
  +                       <li>Install Jahia or make sure you already have a 
configured Jahia installation </li>
                          <li>Remove jta*.jar and geronimo-jta*.jar from 
tomcat/webapps/jahia/WEB-INF/lib<br />
                          </li>
                          <li> From JOTM lib directory, copy the following JARs 
into tomcat/common/lib<br />
  @@ -291,9 +292,8 @@
                            <li>ow_carol.jar</li>
                            <li>xapool.jar</li>
                                           </ul></li>
  -                       <li> Copy your database driver into the 
tomcat/common/lib directory<br />
  -                       </li>
  -                       <li> Install Jahia<br />
  +                       <li> Move your database driver into the 
tomcat/common/lib directory<br />
  +                         <br />
                          </li>
                          <li> In tomcat/conf/Catalina/localhost/jahia.xml, 
uncomment the following lines :<br />
                            <br />
  @@ -320,7 +320,8 @@
                              <br />
                            <pre class="code">&lt;attribute 
name=&quot;TransactionManagerLookupClass&quot;&gt;
     org.jahia.services.cache.jboss.TomcatTransactionManagerLookup
  -&lt;/attribute&gt;</pre>
  +&lt;/attribute&gt;
  +</pre>
                          </li>
                          <li> In 
tomcat/webapps/jahia/WEB-INF/etc/spring/applicationcontext-hibernate.xml, 
uncomment the following line :<br />
                            <br /> 
  

Reply via email to