Author: michiel
Date: 2009-06-02 23:51:11 +0200 (Tue, 02 Jun 2009)
New Revision: 35583

Modified:
   mmbase/trunk/config/components/core.xml
Log:
Added a small page to the admin-pages to show some info about the JVM

Modified: mmbase/trunk/config/components/core.xml
===================================================================
--- mmbase/trunk/config/components/core.xml     2009-06-02 21:34:05 UTC (rev 
35582)
+++ mmbase/trunk/config/components/core.xml     2009-06-02 21:51:11 UTC (rev 
35583)
@@ -24,7 +24,11 @@
     <description xml:lang="en">Whether you may shutdown MMBase</description>
   </action>
 
+  <action name="garbage_collect" rank="administrator">
+    <description xml:lang="en">Whether you may trigger a garbage 
collection</description>
+  </action>
 
+
   <!-- about etc. -->
   <block name="welcome"
          classification="mmbase.about:10"
@@ -559,4 +563,14 @@
     </body>
   </block>
 
+  <block name="jvm"
+         classification="mmbase.tools"
+         mimetype="text/html">
+    <title xml:lang="nl">JVM-inspectie</title>
+    <title xml:lang="en">JVM inspection</title>
+    <body jsp="jvm.jspx">
+      <param name="gc"     type="java.lang.Boolean" />
+    </body>
+  </block>
+
 </component>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to