Author: jbonofre
Date: Mon Jun 18 17:35:08 2012
New Revision: 1351420

URL: http://svn.apache.org/viewvc?rev=1351420&view=rev
Log:
Update console documentation and fix rendering

Modified:
    incubator/kalumet/trunk/README
    incubator/kalumet/trunk/documentation/src/site/apt/adminguide/console.apt
    incubator/kalumet/trunk/documentation/src/site/site.xml

Modified: incubator/kalumet/trunk/README
URL: 
http://svn.apache.org/viewvc/incubator/kalumet/trunk/README?rev=1351420&r1=1351419&r2=1351420&view=diff
==============================================================================
--- incubator/kalumet/trunk/README (original)
+++ incubator/kalumet/trunk/README Mon Jun 18 17:35:08 2012
@@ -78,8 +78,10 @@ illegal characters in Java paths, e.g. !
     Apache Kalumet Console Configuration
 Apache Kalumet Console creates a default configuration which allows you to 
directly use the console.
 
-If needed, you can override the default console configuration (location of the 
configuration file and journals) by
-pushing a apache-kalumet-console-config.xml file in the class loader.
+You can update the base directory used by Kalumet console by adding the 
-Dkalumet.home system property.
+
+More over, for advanced users, you can override the default console 
configuration (location of the configuration file
+and journals) by pushing a apache-kalumet-console-config.xml file in the class 
loader.
 You can find this file in the Apache Kalumet console configuration in
 <kalumet_console_home>/conf/apache-kalumet-console-config.xml.
 You need to copy this file into the JSP/Servlet engine classpath. For example, 
using Apache Tomcat, you can

Modified: 
incubator/kalumet/trunk/documentation/src/site/apt/adminguide/console.apt
URL: 
http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/apt/adminguide/console.apt?rev=1351420&r1=1351419&r2=1351420&view=diff
==============================================================================
--- incubator/kalumet/trunk/documentation/src/site/apt/adminguide/console.apt 
(original)
+++ incubator/kalumet/trunk/documentation/src/site/apt/adminguide/console.apt 
Mon Jun 18 17:35:08 2012
@@ -46,8 +46,10 @@ Installing Apache Kalumet console
 
     Apache Kalumet Console creates a default configuration which allows you to 
directly use the console.
 
-    If needed, you can override the default console configuration (location of 
the configuration file and journals) by
-    pushing a apache-kalumet-console-config.xml file in the class loader.
+    You can update the base directory used by Kalumet console by adding the 
-Dkalumet.home system property.
+
+    More over, for advanced users, you can override the default console 
configuration (location of the configuration file
+    and journals) by pushing a apache-kalumet-console-config.xml file in the 
class loader.
     You can find this file in the Apache Kalumet console configuration in
     <kalumet_console_home>/conf/apache-kalumet-console-config.xml.
     You need to copy this file into the JSP/Servlet engine classpath. For 
example, using Apache Tomcat, you can

Modified: incubator/kalumet/trunk/documentation/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/src/site/site.xml?rev=1351420&r1=1351419&r2=1351420&view=diff
==============================================================================
--- incubator/kalumet/trunk/documentation/src/site/site.xml (original)
+++ incubator/kalumet/trunk/documentation/src/site/site.xml Mon Jun 18 17:35:08 
2012
@@ -42,14 +42,24 @@
       <item name="Agents" href="/userguide/agents.html"/>
       <item name="Users and Groups" href="/userguide/users_groups.html"/>
       <item name="Statistics" href="/userguide/statistics.html"/>
-      <menu name="Environment">
-        <menu name="General">
+      <item name="Environment">
+        <item name="General">
           <item name="Information" 
href="/userguide/environment/information.html"/>
           <item name="Free fields" 
href="/userguide/environment/free_fields.html"/>
           <item name="Variables" href="/userguide/environment/variables.html"/>
           <item name="Log Files" href="/userguide/environment/log_files.html"/>
-        </menu>
-      </menu>
+        </item>
+        <item name="Security Access Lists" 
href="/userguide/environment/security_acl.html"/>
+        <item name="J2EE Application Servers">
+          <item name="Topology" 
href="/userguide/environment/j2ee_topology.html"/>
+          <item name="General" 
href="/userguide/environment/j2ee_general.html"/>
+          <item name="Caches" href="/userguide/environment/caches.html"/>
+        </item>
+        <item name="J2EE Resources">
+          <item name="JDBC Connection Pools" 
href="/userguide/environment/j2ee_connection_pools.html"/>
+          <item name="JDBC Data Sources" 
href="/userguide/environment/j2ee_data_sources.html"/>
+        </item>
+      </item>
     </menu>
   </body>
 


Reply via email to