[jboss-cvs] JBossAS SVN: r105287 - projects/docs/enterprise/trunk/EAP_5.0/Getting_Started/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 27 01:24:39 EDT 2010


Author: rebecca_newton
Date: 2010-05-27 01:24:38 -0400 (Thu, 27 May 2010)
New Revision: 105287

Modified:
   projects/docs/enterprise/trunk/EAP_5.0/Getting_Started/en-US/The_JBoss_Server_A_Quick_Tour.xml
Log:
Fixing section in the Quick Tour doc

Modified: projects/docs/enterprise/trunk/EAP_5.0/Getting_Started/en-US/The_JBoss_Server_A_Quick_Tour.xml
===================================================================
--- projects/docs/enterprise/trunk/EAP_5.0/Getting_Started/en-US/The_JBoss_Server_A_Quick_Tour.xml	2010-05-27 04:50:17 UTC (rev 105286)
+++ projects/docs/enterprise/trunk/EAP_5.0/Getting_Started/en-US/The_JBoss_Server_A_Quick_Tour.xml	2010-05-27 05:24:38 UTC (rev 105287)
@@ -52,14 +52,17 @@
 			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 JMX console is secured and not even a admin user can access it. If you want to allow access to the JMX console go to the <filename>JBOSS_DIST/jboss-as/server/&lt;instance-name&gt;/conf/props/</filename> directory and uncomment the admin <varname>userid</varname> and <varname>password</varname> code within the <filename>jmx-console-users.properties</filename> file.
+			By default, the JMX console is secured and not even an admin user can access it. If you want to allow access to the JMX console go to the <filename>JBOSS_DIST/jboss-as/server/&lt;instance-name&gt;/conf/props/</filename> directory and uncomment the admin <varname>userid</varname> and <varname>password</varname> code within the <filename>jmx-console-users.properties</filename> file.
 		</para>
 		<para>
 			This will 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>			
+    <para>
+				If you installed JBoss using the graphical installer, the JMX Console will prompt you for a username and password, which is what you entered in installation. If you installed using other modes such as .zip, you can configure JMX Security manually using the steps above. We will show you how to secure your console in <xref linkend="Basic_Configuration_Issues-Security_Service"/>.
+			</para>
 		<important>
 			<para>
-				If you changed the <filename>jmx-console-users.properties</filename> file when the server was running, you will have to restart the server for the changes to take effect.
+				If you changed the <filename>jmx-console-users.properties</filename> file when the server was running, you may have to restart the server for the changes to take effect.
 			</para>
 		</important>
 		<para>
@@ -79,11 +82,6 @@
 		<para>
 			Look at some of the other MBeans and their listed operations; try changing some of the configuration attributes and see what happens. With a very few exceptions, none of the changes made through the console are persistent. The original configuration will be reloaded when you restart JBoss, so you can experiment freely without doing any permanent damage.
 		</para>
-		<note>
-			<para>
-				If you installed JBoss using the graphical installer, the JMX Console will prompt you for a username and password before you can access it. If you installed using other modes, you can still configure JMX Security manually. We will show you how to secure your console in <xref linkend="Basic_Configuration_Issues-Security_Service"/>.
-			</para>
-		</note>
 	</section>
 	<xi:include href="JNDIView_Service.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<section id="The_JBoss_Server___A_Quick_Tour-Hot-deployment_of_services_in_JBoss">




More information about the jboss-cvs-commits mailing list