shuber      2005/11/28 19:19:46 CET

  Modified files:
    core/src/webapp/html/startup howto_cluster.html 
  Log:
  - Warning about J2 that's not integrated with transactions yet
  - Corrected list of JARs needed in common/lib
  
  Revision  Changes    Path
  1.13      +2 -5      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.12&r2=1.13&f=h
  
  
  
  Index: howto_cluster.html
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/html/startup/howto_cluster.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- howto_cluster.html        28 Nov 2005 11:18:37 -0000      1.12
  +++ howto_cluster.html        28 Nov 2005 18:19:46 -0000      1.13
  @@ -267,7 +267,8 @@
                                         <h2>III - To setup and activate 
transactions</h2>
                                         <p>Introduction                        
                 </p>
       <p>Jahia can now be configured to use transactions, and will soon 
require this in order to guarantee data integrity. Clustering setups also 
<strong>require</strong> transactions to be setup properly. This howto explains 
how to setup transactions with Tomcat, but it is also possible to use the 
default transaction manager of a J2EE application server, such as Apache 
Geronimo or JBoss. This guide only explains the steps to configure transactions 
with Tomcat.</p>
  -                     <p>Requirements :    </p>
  +    <p><span class="red">Warning</span> : the portlet service has not yet 
been integrated with transactions. Using portlets with transactions will most 
likely fail. </p>
  +    <p>Requirements :    </p>
                        <ul>
                          <li>JOTM 2.0.10 available at : <a 
href="http://jotm.objectweb.org/";>http://jotm.objectweb.org/</a></li>
                          <li>Tomcat 5.5 available at : <a 
href="http://jakarta.apache.org/tomcat";>http://jakarta.apache.org/tomcat</a></li>
  @@ -281,7 +282,6 @@
                          <li> From JOTM lib directory, copy the following JARs 
into tomcat/common/lib<br />
                                           <ul>
                            <li>commons-cli-1.0.jar</li>
  -                         <li>commons-logging.jar</li>
                            <li>connector-1_5.jar</li>
                            <li>howl.jar</li>
                            <li>jotm.jar</li>
  @@ -292,9 +292,6 @@
                            <li>ow_carol.jar</li>
                            <li>xapool.jar</li>
                                           </ul></li>
  -                       <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 />
                            <pre class="code">&lt;Resource 
name=&quot;UserTransaction&quot; auth=&quot;Container&quot; 
  

Reply via email to