[jboss-cvs] JBossAS SVN: r105685 - projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 3 19:23:24 EDT 2010


Author: rebecca_newton
Date: 2010-06-03 19:23:23 -0400 (Thu, 03 Jun 2010)
New Revision: 105685

Modified:
   projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml
Log:
Resolving issue JBPAPP-3275

Modified: projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml
===================================================================
--- projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml	2010-06-03 22:36:28 UTC (rev 105684)
+++ projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml	2010-06-03 23:23:23 UTC (rev 105685)
@@ -51,15 +51,18 @@
 		<para>
 			When the JBoss web 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_HOME/jboss-as-web/server/$PROFILE/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>
+			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>




More information about the jboss-cvs-commits mailing list