[jboss-cvs] JBossAS SVN: r105454 - projects/docs/enterprise/EAP/trunk/5.x/Getting_Started/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 1 01:36:19 EDT 2010


Author: misty at redhat.com
Date: 2010-06-01 01:36:19 -0400 (Tue, 01 Jun 2010)
New Revision: 105454

Modified:
   projects/docs/enterprise/EAP/trunk/5.x/Getting_Started/en-US/Start_Stop_Server.xml
Log:
Fixes for JBPAPP-3721


Modified: projects/docs/enterprise/EAP/trunk/5.x/Getting_Started/en-US/Start_Stop_Server.xml
===================================================================
--- projects/docs/enterprise/EAP/trunk/5.x/Getting_Started/en-US/Start_Stop_Server.xml	2010-06-01 05:21:07 UTC (rev 105453)
+++ projects/docs/enterprise/EAP/trunk/5.x/Getting_Started/en-US/Start_Stop_Server.xml	2010-06-01 05:36:19 UTC (rev 105454)
@@ -25,23 +25,23 @@
 	On starting your server, your screen output should look like the following (accounting for installation directory differences) and contain no error or exception messages:
 </para>
 		
-<programlisting>[user at mypc bin]$ ./run.sh 
+<screen>[user at mypc bin]$ ./run.sh 
 =========================================================================
 
   JBoss Bootstrap Environment
 
-  JBOSS_HOME: /home/user/jboss-as-version/jboss-as
+  JBOSS_HOME: <replaceable>unzip_location</replaceable>jboss-as
 
   JAVA: java
 
   JAVA_OPTS: -Dprogram.name=run.sh -server -Xms1503m -Xmx1503m -Dsun.rmi.dgc.client.
 gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
 
-  CLASSPATH: /home/user/jboss-as-version/jboss-as/bin/run.jar
+  CLASSPATH: <replaceable>unzip_location</replaceable>/jboss-as/bin/run.jar
 
 =========================================================================
 
-</programlisting>
+<screen>
 
 <para>More options for the JBoss Enterprise Application Platform <literal>run</literal> script are discussed in <xref linkend="Starting_and_Stopping_the_Server-Start_the_Server_With_Alternate_Configuration"/> below.</para>
 		<note>




More information about the jboss-cvs-commits mailing list