mromy       2005/11/07 11:19:25 CET

  Modified files:
    core/src/webapp/html/startup howto_cluster.html readme.html 
  Log:
  - updated readme for inbase content storage for Postgres
  
  Revision  Changes    Path
  1.6       +3 -0      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.5&r2=1.6&f=h
  1.21      +9 -28     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.20&r2=1.21&f=h
  
  
  
  Index: howto_cluster.html
  ===================================================================
  RCS file: /cvs/jahia/core/src/webapp/html/startup/howto_cluster.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- howto_cluster.html        3 Nov 2005 18:02:37 -0000       1.5
  +++ howto_cluster.html        7 Nov 2005 10:19:24 -0000       1.6
  @@ -117,6 +117,9 @@
                                         <h2>I - To activate in base content 
storage</h2>
                                          To setup in base content storage, you 
just have to select "in base storage" during the
                                          configuration wizard, in the database 
advanced configuration screen.<br/><br/>
  +                                             <b>Please note that currently, 
in base content storage does not work with PostgreSQL. This will be fixed
  +                                             before the final 
release.</b><br/>
  +                                     <br/>
                                        <span class="red">If you are using 
MySQL, the <i>max_allowed_packet</i> parameter in the <strong>my.ini</strong> 
will limit the maximum size
                                        of a file to be stored in the database, 
so make sure that it is configured to allow large enough files for your 
needs.</span><br/><br/>
                                        For example :<br/>
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: /cvs/jahia/core/src/webapp/html/startup/readme.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- readme.html       3 Nov 2005 08:36:33 -0000       1.20
  +++ readme.html       7 Nov 2005 10:19:24 -0000       1.21
  @@ -174,7 +174,7 @@
       <div class="maincontent">
   
   <h1>Jahia 5.0 beta 2 (b2) README file</h1>
  -<p>Release date: 03/11/2005<br />
  +<p>Release date: 07/11/2005<br />
       <br />
       You have installed the Beta 2 (B2 ) release of Jahia 5.0. <br />
       <br />
  @@ -298,36 +298,17 @@
   webdav file manager) can now be stored in the database. This allows for an 
easier
   clustering setup (provided your database offers clustering capabilities) and 
also ease
   backup of content.<br/>
  -To setup in base content storage, you need to do the following modifications 
<span class="red">
  -<strong>before launching the Jahia configuration wizard</strong></span> : 
<br/>
   <br/>
  -- in the file <i>TOMCAT_HOME/webapps/jahia/WEB-INF/etc/slide/defs.xml</i>, 
you need to
  -comment the following line :<br/>
  -<br/>
  [EMAIL PROTECTED]@
  -<br/>
  -<br/>
  -- in the file 
<i>TOMCAT_HOME/webapps/jahia/WEB-INF/etc/spring/applicationContext-services.xml</i>,
  -find the part beginning with "&lt;bean id="JahiaTextFileService" 
parent="txProxyTemplate"&gt;" and
  -replace<br/>
  -<br/>
  -&lt;bean id="JahiaTextFileService" parent="txProxyTemplate"&gt;<br/>
  -&nbsp;&nbsp;&lt;property name="target"&gt;<br/>
  -&nbsp;&nbsp;&nbsp;&nbsp;@BIGTEXTBEAN@<br/>
  -&nbsp;&nbsp;&lt;/property&gt;<br/>
  -&lt;/bean&gt;<br/>
  -<br/>
  -&nbsp;&nbsp;by<br/>
  -<br/>
  -&lt;property name="target"&gt;<br/>
  -&nbsp;&nbsp;&lt;bean 
class="org.jahia.services.files.JahiaTextFileDBBaseService" 
factory-method="getInstance"/&gt;<br/>
  -&lt;/property&gt;<br/>
  +
  +To setup in base content storage, you just have to select "in base storage" 
during 
  +the configuration wizard, in the database advanced configuration screen.<br/>
   <br/>
  -Both parts are present in the applicationContext-services.xml file, but the 
second one is commented, so you just need
  -to comment the first part and uncomment the second.<br/>
  +<b>Please note that currently, in base content storage does not work with 
PostgreSQL. This will be fixed
  +before the final release.</b><br/>
   <br/>
  -<span class="red">If you are using MySQL, the <i>max_allowed_packet</i> 
parameter in the <strong>my.ini</strong> will limit the maximum size
  -of a file to be stored in the database, so make sure that it is configured 
to allow large enough files for your needs.</span><br/>
  +<span class="red">If you are using MySQL, the <i>max_allowed_packet</i> 
parameter in the <strong>my.ini</strong> will 
  +limit the maximum size of a file to be stored in the database, so make sure 
that it is configured to allow large 
  +enough files for your needs.</span><br/><br/>
   For example :<br/>
   <br/>
   <i>
  

Reply via email to