mromy 2005/08/16 10:21:49 CEST
Modified files:
core/src/webapp/html/startup readme.html
Log:
updated readme for M4 release
Revision Changes Path
1.14 +21 -4 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.13&r2=1.14&f=h
Index: readme.html
===================================================================
RCS file: /cvs/jahia/core/src/webapp/html/startup/readme.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- readme.html 15 Aug 2005 15:17:27 -0000 1.13
+++ readme.html 16 Aug 2005 08:21:49 -0000 1.14
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -134,6 +134,8 @@
div.Section1
{page:Section1;}
+
+DIV.maincontent .red { color : #B42C29; }
-->
</style>
</head>
@@ -221,13 +223,28 @@
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
<strong>
-before launching the Jahia configuration wizard</strong> : <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 line beginning with "<parameter name="contentStore">"<br/>
+comment the line beginning with "<parameter name="contentStore">"<br/>
<br/>
- in the file
<i>TOMCAT_HOME/webapps/jahia/WEB-INF/etc/spring/applicationContext-services.xml</i>,
+find the part beginning with "<bean id="JahiaTextFileService"
parent="txProxyTemplate">" and
+replace<br/>
+<br/>
+<bean class="org.jahia.services.files.JahiaTextFileBaseService"
factory-method="getInstance" ><br/>
+ <property name="cacheService"><br/>
+ <ref bean="JahiaCacheService"/><br/>
+ </property><br/>
+</bean><br/>
+<br/>
+ by<br/>
+<br/>
+<bean class="org.jahia.services.files.JahiaTextFileDBBaseService"
factory-method="getInstance" ><br/>
+</bean><br/>
+
+
</span></font></p>
<br/><br/>