Skip to content

Commit 9927307

Browse files
committed
[fix] minor formatting and punctuation changes
1 parent d70f818 commit 9927307

File tree

1 file changed

+3
-3
lines changed
  • src/main/xar-resources/data/jmx

1 file changed

+3
-3
lines changed

src/main/xar-resources/data/jmx/jmx.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink">
66
<info>
77
<title>Java Management Extensions (JMX)</title>
8-
<date>2022-02</date>
8+
<date>1Q23</date>
99
<keywordset>
1010
<keyword>java-development</keyword>
1111
<keyword>operations</keyword>
@@ -14,7 +14,7 @@
1414

1515
<!-- ================================================================== -->
1616

17-
<para>eXist-db provides access to various management interfaces via Java Management Extensions (JMX). An agent in the Java virtual machine exposes agent services as <emphasis>MBeans</emphasis> that belong to different components running within the virtual machine. A JMX-compliant management application can then connect to the agent through the MBeans and access the available services in a standardized way. </para>
17+
<para>eXist-db provides access to various management interfaces via Java Management Extensions (JMX). An agent in the Java Virtual Machine exposes agent services as <emphasis>MBeans</emphasis> that belong to different components running within the Virtual Machine. A JMX-compliant management application can then connect to the agent through the MBeans and access the available services in a standardized way. </para>
1818
<para>The standard Java installation includes a simple client, JConsole, which will display the eXist-specific services. eXist also provides a command-line client for quick access to server statistics and other information.</para>
1919
<para>eXist only exposes a limited set of read-only services. Most of them are useful for debugging purposes only.</para>
2020

@@ -160,7 +160,7 @@
160160
<para>the client accesses the API on localhost</para>
161161
</listitem>
162162
<listitem>
163-
<para>a valid token is provided when accessing the API from a remote IP address. A file containing this token and an example of its use can be found in the eXist data directory at <code>$(EXIST_HOME)/data/jmxservlet.token</code>.</para>
163+
<para>a valid token is provided when accessing the API from a remote IP address. A file containing this token and an example of its use can be found in the eXist data directory at <code>$EXIST_HOME/data/jmxservlet.token</code>.</para>
164164
</listitem>
165165
</itemizedlist>
166166
</note>

0 commit comments

Comments
 (0)