mromy       2005/12/19 10:06:09 CET

  Modified files:
    core/src/webapp/html/startup howto_cluster.html readme.html 
  Log:
  - updated for beta4
  
  Revision  Changes    Path
  1.20      +1 -1      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.19&r2=1.20&f=h
  1.26      +38 -46    jahia/core/src/webapp/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/html/startup/readme.html.diff?r1=1.25&r2=1.26&f=h
  
  
  
  Index: howto_cluster.html
  ===================================================================
  RCS file: /cvs/jahia/core/src/webapp/html/startup/howto_cluster.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- howto_cluster.html        7 Dec 2005 14:26:49 -0000       1.19
  +++ howto_cluster.html        19 Dec 2005 09:06:09 -0000      1.20
  @@ -289,7 +289,7 @@
         where <i>jvm1</i> is the name of the worker as declared in the 
load-balancer.<br/>
         
                                                 <h4>Autocommit parameter</h4>
  -                                              if you are using MySQL, you 
should set the defaultAutoCommit parameter to "true" in the 
<i>tomcat/conf/Catalina/localhost/jahia.xml</i>
  +                                              <!--if you are using MySQL,--> 
Make sure the defaultAutoCommit parameter is set to "true" in the 
<i>tomcat/conf/Catalina/localhost/jahia.xml</i>
                                                 file :
                                                 
                            <pre class="code">&lt;Resource 
name=&quot;jdbc/jetspeed&quot; auth=&quot;Container&quot;
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: /cvs/jahia/core/src/webapp/html/startup/readme.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- readme.html       5 Dec 2005 16:21:31 -0000       1.25
  +++ readme.html       19 Dec 2005 09:06:09 -0000      1.26
  @@ -174,10 +174,10 @@
       </div>
       <div class="maincontent">
   
  -<h1>Jahia 5.0 beta 3 (b3) README file</h1>
  -<p>Release date: 05/12/2005<br />
  +<h1>Jahia 5.0 beta 4 (b4) README file</h1>
  +<p>Release date: 19/12/2005<br />
       <br />
  -    You have installed the Beta 3 (B3 ) release of Jahia 5.0. <br />
  +    You have installed the Beta 4 (b4 ) release of Jahia 5.0. <br />
       <br />
       Please read this README carefully to learn about the new features 
present in
       this development release. <br />
  @@ -187,6 +187,7 @@
   <p>
       - <a href="#1">Status</a><br />
       - <a href="#2">MySQL-related information</a><br />
  +    - <a href="#8">New Features in 5.0 b4</a><br />
       - <a href="#9">New Features in 5.0 b3</a><br />
       - <a href="#10">New Features in 5.0 b2</a><br />
       - <a href="#11">New Features in 5.0 b1</a><br />
  @@ -233,7 +234,8 @@
   <br/>
   will limit the maximum size for each file stored in the database to 16 
Megabytes.
   </span></font></p>
  -<br/><br/>
  +<br/><br/><br/>
  +<!--
                                 <h4>Autocommit parameter</h4>
                         if you are using MySQL, you must set the 
defaultAutoCommit parameter to "true" in the 
<i>tomcat/conf/Catalina/localhost/jahia.xml</i>
                         file :
  @@ -246,48 +248,38 @@
   maxActive=&quot;100&quot; maxIdle=&quot;30&quot; 
maxWait=&quot;10000&quot;/&gt;</pre> 
                         <br/>
   
  -</p>
  -<br/>
  -
  -<h2><a name="10" id="9"></a>New features in 5.0 Beta 3</h2>
  -<b>Clustering and transactional<br />
  -</b><font face="Verdana" color="black" size="1">
  -<span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana">
  -Jahia can now use transactions to rollback any error if occurring
  -and keep your database in a consistent state and caches coherent.  
  -Please note that clustering setups require proper transaction 
  -configuration in order to work properly.<br/>
  -The clustering feature has also been greatly improved by using 
  -<a href="http://www.jgroups.org/javagroupsnew/docs/"; 
target="_blank">JGroups</a>.
  -</span></font></p>
  -<br /><br />
  -<b>Processing servers<br />
  -</b><font face="Verdana" color="black" size="1">
  -<span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana">
  -You can now specify which Jahia node(s) in a cluster will act as
  -processing server(s) to take over operations that may require a
  -long processing time, like import/export, copy/paste or linked copy
  -features.
  -</span></font></p>
  -<br /><br />
  -<b>Synchronization<br />
  -</b><font face="Verdana" color="black" size="1">
  -<span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana">
  -Synchronisation mechanism between two separate Jahia servers or
  -two Jahia clusters has been improved.
  -</span></font></p>
  -<br /><br />
  -<b>Postgres 8.1 support<br />
  -</b><font face="Verdana" color="black" size="1">
  -<span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana">
  -Work has been done to allow Jahia to run with Postgres 8.1
  -</span></font></p>
  -<br /><br />
  -<b>Bug fixes<br />
  -</b><font face="Verdana" color="black" size="1">
  -<span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana">
  -Lots of bug have been fixed and and we continue to fix remaining ones.
  -</span></font></p>
  +</p> <br/> 
  +-->
  +<h2><a name="8" id="8"></a>New features in 5.0 Beta 4</h2> 
  +<b>Bug fixes<br /> </b>
  +<font face="Verdana" color="black" size="1"> <span style="FONT-
  +SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana"> Bug fixes and 
stabilization of 
  +the platform. </span></font></p> 
  +<br /><br /> 
  +<h2><a name="10" id="9"></a>New features in 5.0 Beta 3</h2> 
  +<b>Clustering and transactional<br /> </b>
  +<font face="Verdana" color="black" size="1"> <span style="FONT-SIZE: 7.5pt; 
COLOR: 
  +black; FONT-FAMILY: Verdana"> Jahia can now use transactions to rollback any 
  +error if occurring and keep your database in a consistent state and caches 
  +coherent.  Please note that clustering setups require proper transaction 
  +configuration in order to work properly.<br/> The clustering feature has 
also 
  +been greatly improved by using <a 
  +href="http://www.jgroups.org/javagroupsnew/docs/"; 
target="_blank">JGroups</a>. 
  +</span></font></p> <br /><br /> <b>Processing servers<br /> </b><font 
  +face="Verdana" color="black" size="1"> <span style="FONT-SIZE: 7.5pt; COLOR: 
  +black; FONT-FAMILY: Verdana"> You can now specify which Jahia node(s) in a 
  +cluster will act as processing server(s) to take over operations that may 
  +require a long processing time, like import/export, copy/paste or linked 
copy 
  +features. </span></font></p> <br /><br /> <b>Synchronization<br /> </b><font 
  +face="Verdana" color="black" size="1"> <span style="FONT-SIZE: 7.5pt; COLOR: 
  +black; FONT-FAMILY: Verdana"> Synchronisation mechanism between two separate 
  +Jahia servers or two Jahia clusters has been improved. </span></font></p> 
<br 
  +/><br /> <b>Postgres 8.1 support<br /> </b><font face="Verdana" 
color="black" 
  +size="1"> <span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: 
Verdana"> 
  +Work has been done to allow Jahia to run with Postgres 8.1 
</span></font></p> 
  +<br /><br /> <b>Bug fixes<br /> </b><font face="Verdana" color="black" 
size="1"> 
  +<span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana"> Lots of 
bug 
  +have been fixed and and we continue to fix remaining ones. 
</span></font></p> 
   <br /><br />
   
   <h2><a name="10" id="10"></a>New features in 5.0 Beta 2</h2>
  

Reply via email to