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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 1 01:55:57 EDT 2010


Author: misty at redhat.com
Date: 2010-06-01 01:55:56 -0400 (Tue, 01 Jun 2010)
New Revision: 105456

Modified:
   projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/Start_Stop_Server.xml
Log:
Changes for JBPAPP-3721


Modified: projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/Start_Stop_Server.xml
===================================================================
--- projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/Start_Stop_Server.xml	2010-06-01 05:49:36 UTC (rev 105455)
+++ projects/docs/enterprise/EWP/trunk/Getting_Started_Guide/en-US/Start_Stop_Server.xml	2010-06-01 05:55:56 UTC (rev 105456)
@@ -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-ewp-5.0/jboss-as-web
+  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-ewp-5.0/jboss-as-web/bin/run.jar
+  CLASSPATH: <replaceable>unzip_location</replaceable>/jboss-as
 
 =========================================================================
 
-</programlisting>
+</screen>
 
 <para>More options for the JBoss Enterprise Web Platform <literal>run</literal> script are discussed in <xref linkend="Starting_and_Stopping_the_Server-Start_the_Server_With_Alternate_Configuration"/>.</para>
 		<note>




More information about the jboss-cvs-commits mailing list