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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 12 20:06:27 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-12 20:06:27 -0400 (Wed, 12 Aug 2009)
New Revision: 92290

Modified:
   projects/docs/enterprise/5.0/Installation_Guide/en-US/Post_Installation.xml
Log:
updating with JBPAPP-2445 fix


Modified: projects/docs/enterprise/5.0/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- projects/docs/enterprise/5.0/Installation_Guide/en-US/Post_Installation.xml	2009-08-12 23:08:31 UTC (rev 92289)
+++ projects/docs/enterprise/5.0/Installation_Guide/en-US/Post_Installation.xml	2009-08-13 00:06:27 UTC (rev 92290)
@@ -76,12 +76,12 @@
 		<formalpara>
 			<title>Set up Accounts for <literal>web-console</literal> users by modifying:</title>
 			<para>
-<programlisting>
-$JBOSS_HOME/server/$CONFIG/conf/props/web-console-users.properties 
-</programlisting>
-				Where <literal>$JBOSS_HOME</literal> is the install directory and <literal>$CONFIG</literal> is the server configuration being used.
+<filename>$JBOSS_HOME/server/$CONFIG/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties</filename>, where <literal>$JBOSS_HOME</literal> is the install directory and the <literal>$CONFIG</literal> parameter can be either <literal>all</literal>, <literal>default</literal> or <literal>production</literal>.
 			</para>
 		</formalpara>
+		<para>
+			When a server configuration other than those mentioned, is in use, the <filename>$JBOSS_HOME/server/$CONFIG/conf/props/web-console-users.properties</filename> file should be modified.
+		</para>
 		<important>
 			<para>
 				Login credentials for the <literal>admin-console</literal> are the same as those used for the JMX console.




More information about the jboss-cvs-commits mailing list