Author: rich
Date: Fri Aug 26 14:25:31 2005
New Revision: 240347

URL: http://svn.apache.org/viewcvs?rev=240347&view=rev
Log:
Added a section for finding the beehiev-netui-config.xml with default settings.


Modified:
    
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml

Modified: 
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
URL: 
http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml?rev=240347&r1=240346&r2=240347&view=diff
==============================================================================
--- 
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
 (original)
+++ 
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
 Fri Aug 26 14:25:31 2005
@@ -15,12 +15,18 @@
             Use <code>beehive-netui-config.xml</code> to declare interceptor 
classes, override the
             default handler classes, etc.
             </p>
+            <note>
+                Currently, when you want to add your own settings, you cannot
+                simply create the <code>beehive-netui-config.xml</code> file 
in WEB-INF.  You need to
+                create a file that includes the default settings.  See
+                <a href="#defaultSettings">Default Settings</a>.
+            </note>
+        </section>
+        <section id="defaultSettings">
+            <title>Default Settings</title>
             <p>
-            <strong>Note:</strong> Currently, when you want to add your own 
settings, you cannot
-            simply create the <code>beehive-netui-config.xml</code> file in 
WEB-INF.  You need to
-            create a file that includes the default settings.  Use
-            <a 
href="http://svn.apache.org/repos/asf/beehive/trunk/netui/src/util/beehive-netui-config-default.xml";>this
 file</a>
-            as a starting point.
+                To start with a file that includes the default settings, use 
+                <a 
href="http://svn.apache.org/repos/asf/beehive/trunk/netui/src/util/beehive-netui-config-default.xml";>this
 version</a>.
             </p>
         </section>
                <section id="structure">


Reply via email to