You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/03/13 19:23:03 UTC

svn commit: r517802 - /incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/jmx/package.html

Author: ehillenius
Date: Tue Mar 13 11:23:02 2007
New Revision: 517802

URL: http://svn.apache.org/viewvc?view=rev&rev=517802
Log:
added package document

Added:
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/jmx/package.html

Added: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/jmx/package.html
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/jmx/package.html?view=auto&rev=517802
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/jmx/package.html (added)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/jmx/package.html Tue Mar 13 11:23:02 2007
@@ -0,0 +1,32 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 Final//NL">
+<html>
+<head>
+<title>wicket.jmx package</title>
+</head>
+<body>
+<p>
+Exposes Wicket's settings via 
+<a href="http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/">Java Management Extensions (JMX)</a>.
+</p>
+<p>
+An easy way to enable JMX is to provide argument -Dcom.sun.management.jmxremote 
+when starting up your application.
+</p>
+</body>
+</html>
\ No newline at end of file