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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 4 01:54:37 EDT 2010


Author: misty at redhat.com
Date: 2010-06-04 01:54:36 -0400 (Fri, 04 Jun 2010)
New Revision: 105701

Modified:
   projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Getting_Started.xml
   projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Test_Your_Installation.xml
Log:
JBPAPP-3820

Modified: projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Getting_Started.xml	2010-06-04 05:26:08 UTC (rev 105700)
+++ projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Getting_Started.xml	2010-06-04 05:54:36 UTC (rev 105701)
@@ -357,7 +357,7 @@
 					</listitem>
 					<listitem>
 						<para>
-							Applications that require more than 1GB of Java memory could utilize the 64-bit JVM. 
+							Applications that require more than 1 GB of Java memory could utilize the 64-bit JVM. 
 						</para>
 					</listitem>
 					<listitem>

Modified: projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Test_Your_Installation.xml	2010-06-04 05:26:08 UTC (rev 105700)
+++ projects/docs/enterprise/EAP/trunk/5.x/Installation_Guide/en-US/Test_Your_Installation.xml	2010-06-04 05:54:36 UTC (rev 105701)
@@ -8,40 +8,31 @@
 	  <remark>Change here: referred only to JBOSS_HOME. Removed reference to JBOSS_DIST/jboss-as/bin</remark>
 	-->
 	<para>
-		After you have installed the JBoss Enterprise Application Platform, it is wise to perform a simple startup test to validate that there are no major problems with your Java VM/operating system combination. Make sure you have set the <literal>JBOSS_HOME</literal> environment variable as explained in <xref linkend="Post_Installation_Configuration"/>. To test your installation, move to the <filename>$JBOSS_HOME/bin</filename> directory and execute the <filename>run.bat</filename> (for Windows) or <filename>run.sh</filename> (for Linux) script, as appropriate for your operating system. Your output should look like the following (accounting for installation directory differences) and contain no error or exception messages:
+		After you have installed the JBoss Enterprise Application Platform, it is wise to perform a simple startup test to validate that there are no major problems with your Java VM/operating system combination. Make sure you have set the <literal>JBOSS_HOME</literal> environment variable as explained in <xref linkend="Post_Installation_Configuration"/>. To test your installation, move to the <filename>$JBOSS_HOME/bin</filename> directory and execute the <filename>run.bat</filename> (for Windows) or <filename>run.sh</filename> (for Linux) script, as appropriate for your operating system. Your output should contain no error or exception messages, and should end with a message saying how long it took the server to initialize.
 	</para>
+	<!-- This output is somewhat mocked up to be a little less version-specific -->
 <programlisting>
-[vrenish at vinux bin]$ ./run.sh 
-=====================================================
+  [user at host JBOSS_HOME]$ ./run.sh 
+  =========================================================================
 
   JBoss Bootstrap Environment
 
-  JBOSS_HOME: /home/&lt;username&gt;/jboss-eap-5.0/jboss-as
+  JBOSS_HOME: <replaceable>$JBOSS_HOME</replaceable>/jboss-as
 
-  JAVA: /usr/java/jdk1.6.0_15/bin/java
+  JAVA: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64//bin/java
 
-  JAVA_OPTS: -Dprogram.name=run.sh -server -Xms1503m -Xmx1503m -Dsun.rmi.dgc.cli ent.gcInterval=3600000 
-             -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.prefer IPv4Stack=true
+  JAVA_OPTS: -Dprogram.name=run.sh -server -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.net.preferIPv4Stack=true
 
-CLASSPATH: /home/&lt;username&gt;/jboss-eap-5.0/jboss-as/bin/run.jar:/u sr/java/jdk1.6.0_15/lib/tools.jar
+  CLASSPATH: <replaceable>$JBOSS_HOME</replaceable>/jboss-as/bin/run.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64//lib/tools.jar
 
-=====================================================
+  =========================================================================
 
-18:45:49,550 INFO  [Server] Starting JBoss (MX MicroKernel)...
-.
-.
-.
-.
-18:45:50,449 INFO  [ServerInfo] Java version: 1.6.0_15,Sun Microsystems Inc.
-18:45:50,449 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_11-b03 ,Sun Microsystems Inc.
-18:45:50,449 INFO  [ServerInfo] OS-System: Linux 2.6.9-42.0.3.EL,i386
-18:45:51,824 INFO  [Server] Core system initialized
-18:45:59,622 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083 /
-18:45:59,659 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
+  15:46:24,061 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
+... (Other initialization messages) ...
+  15:46:55,714 INFO  [ServerImpl] JBoss (Microcontainer) Started in 31s:649ms
 </programlisting>
-<!-- *|*|*|
-  <remark>/* Added from here ... JBPAPP-3280</remark>
--->
+  
+
 <formalpara><title>APR Message</title>
   <para>
    When using the JBoss Native zip installation, install apr and apr-util as discussed in <xref linkend="sect-Installation_With_Zip_Download-JBoss_Native_Installation"/> if the following message is displayed when starting the server:
@@ -66,7 +57,7 @@
         <para>
 		  Note that on some machines, the name localhost won’t resolve properly and you should use the local loopback address 127.0.0.1 instead.
 	    </para>
-	  </footnote> 
+	  </footnote> <!-- Commented out because the screenshot is out of date and unnecessary
 	  The contents of your page should look similar to this: <xref linkend="Test_your_Installation-Test_your_Installation" />.
 	</para>
 	<para>
@@ -77,7 +68,7 @@
 					<imagedata align="center" fileref="images/test_install.png" />
 				</imageobject>
 			</mediaobject>
-		</figure>
+		</figure>-->
 	</para>
 	<!-- *|*|*|
 	  <remark>/* Added from here ... JBPAPP-3280</remark>




More information about the jboss-cvs-commits mailing list