mirror of https://github.com/apache/openjpa.git
OPENJPA-1932: Documentation update: Update links to Java Logging Overview and jconsole.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1094122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a997e75ecd
commit
c2b3e11a78
|
@ -33,7 +33,7 @@
|
|||
includes a default instrumentation provider for JMX Platform MBeans. MBean-based instruments
|
||||
are provided for the data cache, query cache, and query SQL cache. When enabled,
|
||||
JMX-based remote monitoring tools such as
|
||||
<ulink url="http://download-llnw.oracle.com/javase/1.5.0/docs/tooldocs/share/jconsole.html">
|
||||
<ulink url="http://download.oracle.com/javase/6/docs/technotes/tools/share/jconsole.html">
|
||||
<classname>JConsole</classname></ulink> can be used to monitor various
|
||||
metrics tracked by OpenJPA's caches by accessing MBeans registered under domain
|
||||
<classname>org.apache.openjpa</classname>. Additionally, custom applications can gather metrics by using the
|
||||
|
|
|
@ -454,7 +454,7 @@ support, logging will proceed through Java's built-in logging provided by the
|
|||
<ulink url="http://download.oracle.com/javase/6/docs/api/java/util/logging/package-summary.html">
|
||||
java.util.logging</ulink> package. For details on configuring the built-in
|
||||
logging system, please see the
|
||||
<ulink url="http://java.sun.com/javase/6/docs/technotes/guides/logging/overview.html">
|
||||
<ulink url="http://download.oracle.com/javase/6/docs/technotes/guides/logging/overview.html">
|
||||
Java Logging Overview</ulink>.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue