mcardle     2005/11/30 17:11:49 CET

  Modified files:
    core/src/webapp/html/startup howto_esi.html 
  Log:
  * added more info
  
  Revision  Changes    Path
  1.5       +12 -11    jahia/core/src/webapp/html/startup/howto_esi.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/html/startup/howto_esi.html.diff?r1=1.4&r2=1.5&f=h
  
  
  
  Index: howto_esi.html
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/html/startup/howto_esi.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howto_esi.html    30 Nov 2005 10:26:47 -0000      1.4
  +++ howto_esi.html    30 Nov 2005 16:11:49 -0000      1.5
  @@ -120,7 +120,7 @@
                                                To install the ESI server, 
please proceed with the following steps : <br/><br/></p>
                                         <ol>
                                                 <li>Install a Jahia instance 
on port 8080 (the default port when installing a new Jahia server).</li><br/>
  -                                              <li>Once installed, make the 
following modifications to the jahia.properties (by simply pasting the 
following settings over the appropriate section in your jahia.properties): <br/>
  +                                              <li>Once installed, make the 
following modifications to the jahia.properties (by simply pasting the 
following text snippet over the appropriate section in your jahia.properties). 
Make sure to replace <span class="code"><span class="style1"> 
YOUR_ESI_SERVER_IP</span></span> where appropriate.<br/>
                                                   <pre 
class="code">[...]<br/><br/>### Output cache #####################
   # The output (HTML) cache may also be controlled in more detail with the
   # following parameters.
  @@ -169,8 +169,9 @@
   [...]
   </pre>
                                           </li><br/>
  -                                              <li>Download the ESI server <a 
href="http://nightly.jahia.org/cacheserver/2005/11/jahiacachserver0.1_CVS_b20051101.1127.exe";>here</a>
 and install it in \YOUR_DIR</li><br/>
  -                                              <li>Edit the file 
YOUR_DIR\EsiServerTomcat2\webapps\ROOT\WEB-INF\config\data.xml and change the 
parameter : <br/>
  +                                              <li>Download the ESI server <a 
href="http://nightly.jahia.org/cacheserver/2005/11/jahiacachserver0.1_CVS_b20051101.1127.exe";>here</a>
 and install it in \YOUR_ESI_DIR</li><br/>
  +                                              <li>Edit the file 
\YOUR_ESI_DIR\EsiServerTomcat2\webapps\ROOT\WEB-INF\config\data.xml and change 
the address of<br />
  +your remote Jahia server in the following entry: <br/>
                                                           <br/>
                                                           
<i>domainName="localhost:8080"</i><br/><br/>
                                                           by<br/><br/>
  @@ -204,25 +205,25 @@
                                           <li>Run the ESI server with the 
following command (or use the &quot;Start Jahia Cache Server&quot; icon in your 
Windows Start menu):<br/>
                                             <br/>
                                                
  -                                             <i>\YOUR_DIR 
\EsiServerTomcat2\bin\catalina start</i><br/><br/>
  +                                             
<i>\YOUR_ESI_DIR\tomcat\bin\catalina start</i><br/><br/>
                                           </li>
                                           <li>Start the Jahia server with the 
following command : <br/><br/>
  -                                                     <i><span 
class="style3">jahia_Esi.bat</span></i> (windows)<br/>
  +                                                     
<i>\YOUR_JAHIA_DIR\bin\<span class="style3">jahia_Esi.bat</span></i> 
(windows)<br/>
                                                        <br/>
                                                                or<br/><br/>
  -                                                     <I><span 
class="style3">jahia_Esi.sh</span></i> (linux)<br/><br/>
  +                                                     
<I>\YOUR_JAHIA_DIR\bin\<span class="style3">jahia_Esi.sh</span></i> 
(linux)<br/><br/>
                                           </li>
                                           <li>You can now browse Jahia via the 
ESI server at http://<span class="code"><span 
class="style1">YOUR_ESI_SERVER_IP</span></span>:8081/jahia/Jahia. Note that 
Jahia is still accessible at http://<span class="code"><span 
class="style1">YOUR_JAHIA_SERVER_IP</span></span>:8080/jahia/Jahia.<br />
                                           </li>
                                           <li> If you need debug information 
on all ESI related processing, you can change to "debug" level all ESI related 
  -                                             classes in 
jahia\WEB-INF\etc\config\log4j.xml.<br /> 
  +                                             classes in 
\YOUR_JAHIA_DIR\tomcat\webapps\jahia\WEB-INF\etc\config\log4j.xml.<br /> 
                                                <br/>
                                                You can also activate debug 
mode on the ESI server by replacing "info" values by "debug" in 
  -                                             \YOUR_DIR 
\EsiServerTomcat2\webapps\ROOT\WEB-INF\log4j.xml. You will need to restart the 
ESI server
  -                                             for this changes to be taken 
into account. </li>
  +                                             
\YOUR_ESI_DIR\tomcat\webapps\ROOT\WEB-INF\log4j.xml. You will need to restart 
the ESI server
  +                                             for any changes to be taken 
into account. </li>
                                         </ol>
  -    </p>
  -    <br/>
  +    </p>Note: In this example config, we used port 8080 for the Jahia server 
and 8081 for the ESI server. However, you can change this to any suitable port 
combination by first changing the server.xml in Jahia's and ESI's 
\tomcat\conf\server.xml files. <br/>
  +<br/>
   <strong>Limitations :</strong><br/>
   <br/>
   Currently ESI cache invalidation may still be buggy, so you may need to use 
the "cache/offonce" parameter in the URL
  

Reply via email to