Mailing List Archive

svn commit: r1792420 - in /forrest/trunk/site-author/content/xdocs: howto-dev.xml site.xml
Author: crossley
Date: Mon Apr 24 00:04:50 2017
New Revision: 1792420

URL: http://svn.apache.org/viewvc?rev=1792420&view=rev
Log:
Add notes about develop-time use of Cocoon "server status" plugin.

Modified:
forrest/trunk/site-author/content/xdocs/howto-dev.xml
forrest/trunk/site-author/content/xdocs/site.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=1792420&r1=1792419&r2=1792420&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/howto-dev.xml (original)
+++ forrest/trunk/site-author/content/xdocs/howto-dev.xml Mon Apr 24 00:04:50 2017
@@ -639,6 +639,26 @@ profilerinterface.dll=\C:\\*NetbeansHome
</p>
</section>
</section>
+ <section id="server-status">
+ <title>Using Cocoon "server status"</title>
+ <p>
+ Provides a list of the Cocoon cache and other server status and
+ environment information.
+ </p>
+ <p>
+ In the "forrest.properties" configuration,
+ set the "project.required.plugins" property
+ to add the "org.apache.forrest.plugin.input.serverStatus" plugin.
+ </p>
+ <p>
+ Then in 'forrest run' mode, see
+ <code>http://localhost:8888/cstatus.html</code>
+ </p>
+ <p>
+ Of course this is a development-time facility. Be sure to disable it
+ for production deployment.
+ </p>
+ </section>
<section id="find">
<title>Finding the relevant sources</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=1792420&r1=1792419&r2=1792420&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Mon Apr 24 00:04:50 2017
@@ -106,6 +106,7 @@
<debug-links href="#debug-links"/>
<debug-sitemap-exec href="#debug-sitemap-exec"/>
<debug-validation href="#debug-validation"/>
+ <server-status href="#server-status"/>
<validate-intermediate href="#validate-intermediate"/>
</forrest-dev>
<forrestbot-svn label="Forrestbot svn" href="howto-forrestbot-svn.html"