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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 29 21:31:23 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-09-29 21:31:23 -0400 (Tue, 29 Sep 2009)
New Revision: 94134

Modified:
   projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml
   projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Alternatives.xml
Log:
more updates

Modified: projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml	2009-09-30 01:11:10 UTC (rev 94133)
+++ projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml	2009-09-30 01:31:23 UTC (rev 94134)
@@ -10,7 +10,7 @@
 			You must have adequate disk space<!--TODO how much --> to install JDK and JBoss Enterprise Application Platform while also allowing enough space for your applications. Before installing JBoss Enterprise Application Platform you must have a working installation of Java and a C runtime. The JBoss Enterprise Application Platform 5 includes offerings of JBoss Native and mod_jk which require a C runtime to be installed. <!--Since JBoss is 100% pure Java you can have it working on any Operating System / Platform that supports Java. However there are a few Operating System-specific issues that you must be aware of.--> Refer to <ulink url="http://www.jboss.org/community/wiki/JBossOperatingSystemSpecificIssues"></ulink> for more information.
 		</para>
 		<section id="Pre_Requisites-Hardware_and_Operating_System_Requirements">
-			<title>Hardware and Operating System Requirements</title>
+			<title>Hardware, Operating System, and JVM Requirements</title>
 			<formalpara>
 				<title>Hardware Requirements</title>
 				<para>
@@ -62,11 +62,60 @@
 				</listitem>
 			</itemizedlist> -->
 			<formalpara>
-				<title>Operating System Requirements</title>
-				<para>
-					For the latest information on supported Operating System / JVM combinations and supported Database platforms, please refer to <ulink url="http://www.jboss.com/products/platforms/application/testedconfigurations">http://www.jboss.com/products/platforms/application/testedconfigurations</ulink>.
-				</para>
-			</formalpara>
+<formalpara>
+                <title>Supported Operating Systems</title>
+                <para>
+                        This release of JBoss Enterprise Application Platform is certified for the following Operating Systems:
+                </para>
+        </formalpara>
+        <itemizedlist>
+                <listitem>
+                        <para>
+                                Red Hat Enterprise Linux 4 (32-bit systems, 64-bit systems)
+                        </para>
+                </listitem>
+                <listitem>
+                        <para>
+                                Red Hat Enterprise Linux 5 (32-bit systems, 64-bit systems)
+                        </para>
+                </listitem>
+                <listitem>
+                        <para>
+                                Solaris&trade; 9 (32-bit systems)
+                        </para>
+                </listitem>
+                <listitem>
+                        <para>
+                                Solaris&trade; 10 (32-bit systems and 64-bit systems)
+                        </para>
+                </listitem>
+                <listitem>
+                        <para>
+                                Microsoft&reg; Windows Server&reg; 2008 R2 (32-bit systems and 64-bit systems)
+                        </para>
+                </listitem>
+        <!--    <listitem>
+                        <para>
+                                Microsoft&reg; Windows Vista&trade; Ultimate (32-bit systems 64-bit systems)
+                        </para>
+                </listitem> -->
+                <listitem>
+                        <para>
+                                Microsoft&reg; Windows&reg; XP (32-bit systems and 64-bit systems)
+                        </para>
+                </listitem>
+                <listitem>
+                        <para>
+                                Microsoft&reg; Windows Server&reg; 2003 (32-bit systems and 64-bit systems)
+                        </para>
+                </listitem>
+        </itemizedlist>
+ <important>
+                <para>
+                        The JBoss Enterprise Application Platform 5 is supported on any Operating System as long as a certified JVM is used, following the JBoss Support Policy: <ulink url="http://jboss.com/products/platforms/application/testedconfigurations">http://jboss.com/products/platforms/application/testedconfigurations</ulink>. However this does not apply to the optional Native code install, which only applies to the Operating Systems included in the list above.
+                </para>
+        </important>
+
 			<!-- <para>
 				The following is a list of supported operating systems and JVM version combination:
 			</para>
@@ -293,7 +342,7 @@
 		<section id="Pre_Requisites-Configuring_Your_Java_Environment">
 			<title>Configuring Your Java Environment</title>
 			<para>
-				You must have a working installation of <emphasis role="bold">JDK 1.6</emphasis> before you install JBoss Enterprise Application Platform. You can install the 32-bit or 64-bit JVM as per your requirements. In this guide we will show you how to install a 32-bit Sun JDK 6.0 using RHN, on a generic Linux Platform and Microsoft Windows Platform but before we do that let's take a look at some of the benefits of using a 64-bit JVM.
+				Enterprise Application Platform 5 requires Java SE 6. You must have a working installation of <emphasis role="bold">JDK 1.6</emphasis> before you install JBoss Enterprise Application Platform. You can install the 32-bit or 64-bit JVM as per your requirements.
 				<itemizedlist id="Configuring_Your_Java_Environment-Benefits_of_64_bit_JVM_on_64_bit_OS_and_Hardware">
 					<title>Benefits of 64-bit JVM on 64-bit OS and Hardware:</title>
 					<listitem>
@@ -317,6 +366,7 @@
 						</para>
 					</listitem>
 				</itemizedlist>
+<!--
 				<itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_32_bit_Sun_JDK_6.0_using_RHN">
 					<title>Installing and Configuring 32-bit Sun JDK 6.0 using RHN</title>
 					<listitem>
@@ -354,7 +404,7 @@
 							As root, issue the following command:
 						</para>
 						<screen>
-							<command moreinfo="none">/usr/sbin/alternatives --config java</command>
+							<command moreinfo="none">/usr/sbin/alternatives config java</command>
 						</screen>
 						<para>
 							and make sure the desired one is selected (marked with a '+'), or select it by entering its number as prompted.
@@ -437,7 +487,7 @@
 									</para>
 								</listitem>
 							</itemizedlist>
-					<!--	</para> -->
+						</para> 
 						<note>
 							<para>
 								You can always override this step by setting the <literal>JAVA_HOME</literal> environment variable as explained in the previous step.
@@ -491,7 +541,6 @@
 
 	</section>
 
-<!--	
 	<section id="Getting_Started-Components_of_JBoss_Enterprise_Application_Platform">
 		<title>Components of JBoss Enterprise Application Platform</title>
 		

Modified: projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Alternatives.xml
===================================================================
--- projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Alternatives.xml	2009-09-30 01:11:10 UTC (rev 94133)
+++ projects/docs/enterprise/5.0/Installation_Guide/en-US/Installation_Alternatives.xml	2009-09-30 01:31:23 UTC (rev 94134)
@@ -4,61 +4,9 @@
 
 <chapter id="Installation_Alternatives">
 	<title>Installation Alternatives</title>
-	<formalpara>
-		<title>Supported Operating Systems</title>
-		<para>
-			This release of JBoss Enterprise Application Platform is certified for the following Operating Systems:
-		</para>
-	</formalpara>
-	<itemizedlist>
-		<listitem>
-			<para>
-				Red Hat Enterprise Linux 4 (32-bit systems, 64-bit systems)
-			</para>
-		</listitem>
-		<listitem>
-			<para>
-				Red Hat Enterprise Linux 5 (32-bit systems, 64-bit systems)
-			</para>
-		</listitem>
-		<listitem>
-			<para>
-				Solaris&trade; 9 (32-bit systems)
-			</para>
-		</listitem>
-		<listitem>
-			<para>
-				Solaris&trade; 10 (32-bit systems and 64-bit systems)
-			</para>
-		</listitem>
-		<listitem>
-			<para>
-				Microsoft&reg; Windows Server&reg; 2008 R2 (32-bit systems and 64-bit systems)
-			</para>
-		</listitem>
-	<!--	<listitem>
-			<para>
-				Microsoft&reg; Windows Vista&trade; Ultimate (32-bit systems 64-bit systems)
-			</para>
-		</listitem> -->
-		<listitem>
-			<para>
-				Microsoft&reg; Windows&reg; XP (32-bit systems and 64-bit systems)
-			</para>
-		</listitem>
-		<listitem>
-			<para>
-				Microsoft&reg; Windows Server&reg; 2003 (32-bit systems and 64-bit systems)
-			</para>
-		</listitem>
-	</itemizedlist>
-	<important>
-		<para>
-			The JBoss Enterprise Application Platform 5 is supported on any Operating System as long as a certified JVM is used, following the JBoss Support Policy: <ulink url="http://jboss.com/products/platforms/application/testedconfigurations">http://jboss.com/products/platforms/application/testedconfigurations</ulink>. However this does not apply to the optional Native code install, which only applies to the Operating Systems included in the list above. 
-		</para>
-	</important>
 	<para>
-		You can install the JBoss Enterprise Application Platform in one of these modes: <itemizedlist>
+		There are two installation options available:
+        <itemizedlist>
 			<listitem>
 				<para>
 					<emphasis>Graphical Installer</emphasis>




More information about the jboss-cvs-commits mailing list