You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2008/11/26 05:48:13 UTC

svn commit: r720742 - in /forrest/trunk/site-author: content/xdocs/howto-dev.xml content/xdocs/site.xml status.xml

Author: crossley
Date: Tue Nov 25 20:48:13 2008
New Revision: 720742

URL: http://svn.apache.org/viewvc?rev=720742&view=rev
Log:
The Cocoon "Running Modes" facility is not available in cocoon-2.1 version.
Issues: FOR-1091 FOR-917

Modified:
    forrest/trunk/site-author/content/xdocs/howto-dev.xml
    forrest/trunk/site-author/content/xdocs/site.xml
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/content/xdocs/howto-dev.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/howto-dev.xml?rev=720742&r1=720741&r2=720742&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/howto-dev.xml (original)
+++ forrest/trunk/site-author/content/xdocs/howto-dev.xml Tue Nov 25 20:48:13 2008
@@ -384,24 +384,6 @@
           Cocoon logfiles and their configuration.
         </p>
       </section>
-      <section id="debug-modes">
-        <title>Cocoon Running Modes</title>
-        <p>
-          Cocoon startup reads additional properties from various files. This
-          enables some different properties to be used for production or
-          development. By default, Forrest uses Cocoon in running mode "dev". So
-          it first reads from
-          <code>main/webapp/WEB-INF/properties/core.properties</code> then from
-          <code>main/webapp/WEB-INF/properties/dev/core.properties</code>
-        </p>
-        <p>
-          To use a different mode, say "prod" for production, add to the
-          forrest.jvmargs in your forrest.properties file:
-          <code>-Dorg.apache.cocoon.mode=prod</code> and provide the relevant
-          properties in a matching "prod" sub-directory of
-          <code>main/webapp/WEB-INF/properties</code>
-        </p>
-      </section>
       <section id="debug-intermediate">
         <title>View intermediate processing</title>
         <p>

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/site.xml?rev=720742&r1=720741&r2=720742&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Tue Nov 25 20:48:13 2008
@@ -98,7 +98,6 @@
       <sitemap href="#sitemap"/>
       <debug href="#debug"/>
       <debug-cocoon-profiler href="#debug-cocoon-profiler"/>
-      <debug-modes href="#debug-modes"/>
       <debug-sitemap-exec href="#debug-sitemap-exec"/>
       <debug-validation href="#debug-validation"/>
     </forrest-dev>

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=720742&r1=720741&r2=720742&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Tue Nov 25 20:48:13 2008
@@ -304,11 +304,6 @@
       <action dev="DC" type="add" context="docs">
         New document to explain <link href="site:sitemap-explain">Cocoon sitemaps</link> using a specific worked example.
       </action>
-      <action dev="DC" type="add" context="docs">
-        Add explanation of
-        <link href="site:procedures/forrest-dev/debug-modes">Cocoon Running Modes</link>
-        for setting different properties.
-      </action>
       <action dev="DC" type="update" context="code">
         Enhanced the Message of the Day (MOTD) facility to enable specific matches.
         See skinconf.xml from a "seed" site for configuration details.