[jboss-cvs] JBossAS SVN: r77212 - in projects/docs/enterprise: 4.3.3/Getting_Started/en-US and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Aug 19 23:49:55 EDT 2008
Author: irooskov at redhat.com
Date: 2008-08-19 23:49:55 -0400 (Tue, 19 Aug 2008)
New Revision: 77212
Modified:
projects/docs/enterprise/4.2.5/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml
projects/docs/enterprise/4.3.3/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml
Log:
updated Getting_Started Guide for 4.3.3 and 4.2.5 with JBPAPP-1091 fix
Modified: projects/docs/enterprise/4.2.5/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml 2008-08-20 03:41:31 UTC (rev 77211)
+++ projects/docs/enterprise/4.2.5/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml 2008-08-20 03:49:55 UTC (rev 77212)
@@ -20,6 +20,9 @@
When the JBoss Server is running, you can get a live view of the server by going to the JMX console application at <ulink url="http://localhost:8080/jmx-console"></ulink>. You should see something similar to <xref linkend="The_JMX_Console-View_of_the_JMX_Management_Console_Web_Application" />.
</para>
<para>
+ By default the access rights to the JMX console are commented out. If you cannot access the JMX console using the address stated above because of a permissions error go to the <emphasis>conf/props/</ephasis> directory of the server configuration you are deploying and uncomment the admin <property>userid</property> and <property>password</property> code within the <filename>jmx-console-users.properties</filename> file. This will now allow the admin user to access the JMX console using the username and password combination specified within the <filename>jmx-console-users.properties</filename> file.
+ </para>
+ <para>
The JMX Console is the JBoss Management Console which provides a raw view of the JMX MBeans which make up the server. They can provide a lot of information about the running server and allow you to modify its configuration, start and stop components and so on.
</para>
<para>
Modified: projects/docs/enterprise/4.3.3/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml 2008-08-20 03:41:31 UTC (rev 77211)
+++ projects/docs/enterprise/4.3.3/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml 2008-08-20 03:49:55 UTC (rev 77212)
@@ -20,6 +20,9 @@
When the JBoss Server is running, you can get a live view of the server by going to the JMX console application at <ulink url="http://localhost:8080/jmx-console"></ulink>. You should see something similar to <xref linkend="The_JMX_Console-View_of_the_JMX_Management_Console_Web_Application" />.
</para>
<para>
+ By default the access rights to the JMX console are commented out. If you cannot access the JMX console using the address stated above because of a permissions error go to the <emphasis>conf/props/</ephasis> directory of the server configuration you are deploying and uncomment the admin <property>userid</property> and <property>password</property> code within the <filename>jmx-console-users.properties</filename> file. This will now allow the admin user to access the JMX console using the username and password combination specified within the <filename>jmx-console-users.properties</filename> file.
+ </para>
+ <para>
The JMX Console is the JBoss Management Console which provides a raw view of the JMX MBeans which make up the server. They can provide a lot of information about the running server and allow you to modify its configuration, start and stop components and so on.
</para>
<para>
More information about the jboss-cvs-commits
mailing list