[jboss-cvs] JBossAS SVN: r103491 - projects/docs/enterprise/5.0.1/Installation_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 2 19:35:31 EDT 2010


Author: laubai
Date: 2010-04-02 19:35:31 -0400 (Fri, 02 Apr 2010)
New Revision: 103491

Modified:
   projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_With_ZIP_Download.xml
   projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Post_Installation.xml
   projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Test_Your_Installation.xml
Log:
JBPAPP-3280 Made corrections to install information.

Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_With_ZIP_Download.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_With_ZIP_Download.xml	2010-04-02 23:33:42 UTC (rev 103490)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_With_ZIP_Download.xml	2010-04-02 23:35:31 UTC (rev 103491)
@@ -138,6 +138,7 @@
 | `-- native
 | `-- resteasy
 | `-- seam</programlisting>
+          <para>No changes are required to the run scripts.</para>
 			    </listitem>
 			  </itemizedlist>
 			  <!-- *|*|*|
@@ -175,7 +176,7 @@
 unzip -qo jboss-eap-native-5.0.0-solaris
 </programlisting>
 					<para>
-						The <code>-o</code> option in the command ensures that one version of the package won't replace another during the installation.
+						The <code>-o</code> option in the command ensures that one version of the package does not replace another during the installation.
 					</para>
 				</section>
 	</section>

Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Post_Installation.xml	2010-04-02 23:33:42 UTC (rev 103490)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Post_Installation.xml	2010-04-02 23:35:31 UTC (rev 103491)
@@ -86,8 +86,15 @@
 		  Edit the <filename>jmx-console-roles.properties</filename> file located in the <filename>$JBOSS_HOME/server/$CONFIG/conf/props/</filename> directory to define the user's roles:
 		</para>
 		<programlisting>user=JBossAdmin,HttpInvoker</programlisting>
+
+		<formalpara>
+		  <title>Set up the <literal>admin-console</literal> users and roles</title>
+			<para>
+				Login credentials for the <literal>admin-console</literal> are the same as those used for the JMX console.
+			</para>
+		</formalpara>
 		
-		<formalpara><title>Set up the <literal>admin-console</literal> users and roles</title>
+		<formalpara><title>Set up the <literal>web-console</literal> users and roles</title>
 		<para>
 		    Edit the <filename>web-console-users.properties</filename> file located in the <filename>$JBOSS_HOME/server/$CONFIG/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/</filename> directory:
 		  </para>
@@ -117,12 +124,7 @@
 			</para>
 		</formalpara>
 		-->
-		<important>
-		
-			<para>
-				Login credentials for the <literal>admin-console</literal> are the same as those used for the JMX console.
-			</para>
-		</important>
+
 		<!-- *|*|*|
 		  <remark>SuckerPassword changed to suckerPassword</remark>
 		-->

Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Test_Your_Installation.xml	2010-04-02 23:33:42 UTC (rev 103490)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Test_Your_Installation.xml	2010-04-02 23:35:31 UTC (rev 103491)
@@ -83,7 +83,7 @@
 	  <remark>/* Added from here ... JBPAPP-3280</remark>
 	-->
 	<para>
-	  Clicking on the <guilabel>Administration Console</guilabel> link will redirect the user to a login page. Entering the username and password as configured in <xref linkend="Post-Installation"/> will result in the display of the administration console. If this is not the case, check that the server has been started in one of the <quote>out of the box</quote> supported configurations (see <xref linkend="migration.admin"/>) and that the user accounts have been correctly set up as per the instructions in <xref linkend="Post-Installation"/>.   
+	  Clicking on the <guilabel>Admin Console</guilabel> link will redirect the user to a login page. Entering the username and password as configured in <xref linkend="Post-Installation"/> will result in the display of the administration console. If this is not the case, check that the server has been started in one of the <quote>out of the box</quote> supported configurations (see <xref linkend="migration.admin"/>) and that the user accounts have been correctly set up as per the instructions in <xref linkend="Post-Installation"/>.   
 	</para>
 	<formalpara><title>The Administration Console and SystemInfoFactory Messages</title>
   <para>




More information about the jboss-cvs-commits mailing list