Skip to content

Commit 4f845f3

Browse files
committed
fix(jmx): typo
1 parent 2f5bcb9 commit 4f845f3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<para>Use a JMX compliant management console to access the management interfaces. For example, call JConsole, which is included with the JDK:</para>
4747
<programlisting>jconsole</programlisting>
4848
<para>When connecting locally, select the entry starting <code>org.codehaus.mojo.appessembler.booter.Appass...</code> under "Local Proccess"</para>
49-
<para>When connecting remotely over TVP, provide the hostname and port under "Remote Process", or provide them directly from the command line:</para>
49+
<para>When connecting remotely over TCP, provide the hostname and port under "Remote Process", or provide them directly from the command line:</para>
5050
<programlisting>jconsole hostname:port</programlisting>
5151
<para>You may be presented with a dialogue box stating that a secure connection could not be established: it should be possible to continue with an insecure connection.</para>
5252
<para>Clicking on the <guimenuitem>MBeans</guimenuitem> tab should show some

0 commit comments

Comments
 (0)