[jboss-cvs] JBossAS SVN: r92559 - 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 19 00:19:58 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-19 00:19:57 -0400 (Wed, 19 Aug 2009)
New Revision: 92559

Modified:
   projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml
Log:
updated to fix JBPAPP-2270


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-08-19 04:10:53 UTC (rev 92558)
+++ projects/docs/enterprise/5.0/Installation_Guide/en-US/Getting_Started.xml	2009-08-19 04:19:57 UTC (rev 92559)
@@ -7,10 +7,42 @@
 	<section id="Getting_Started-Pre_Requisites">
 		<title>Pre-Requisites</title>
 		<para>
-			You must have adequate disk space<!--TODO how much --> to install JDK and &JBEAP; while also allowing enough space for your applications. Before installing &JBEAP; 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.
+			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>
+			<formalpara>
+				<title>Hardware Requirements</title>
+				<para>
+					The following table details the minimum hardware requirements for a basic JBoss Enterprise Application Platform installation that allows for all examples to be run correctly.
+				</para>
+			</formalpara>
+			<table>
+				<title>Minimum Hardware Requirements</title>
+				<tgroup cols='2' align='left' colsep='1' rowsep='1'>
+				<thead>
+					<row>
+						<entry>Component</entry>
+						<entry>Requirement</entry>
+					</row>
+				</thead>
+				<tbody>
+					<row>
+						<entry>CPU</entry>
+						<entry>Intel Pentium 1GHz or faster for simple applications</entry>
+					</row>
+					<row>
+						<entry>Hard disc space</entry>
+						<entry>1.5GB</entry>
+					</row>
+					<row>
+						<entry>System RAM</entry>
+						<entry>1.5GB</entry>
+					</row>
+				</tbody>
+				</tgroup>
+			</table>
+
 		<!--	<formalpara>
 				<title>Minimum Hardware Requirements</title>
 				<para>
@@ -29,8 +61,12 @@
 					</para>
 				</listitem>
 			</itemizedlist> -->
-			<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>
+				<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>
 			<!-- <para>
 				The following is a list of supported operating systems and JVM version combination:
 			</para>
@@ -257,7 +293,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 &JBEAP;. 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.
+				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.
 				<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>
@@ -456,7 +492,7 @@
 	</section>
 	
 	<section id="Getting_Started-Components_of_JBoss_Enterprise_Application_Platform">
-		<title>Components of &JBEAP;</title>
+		<title>Components of JBoss Enterprise Application Platform</title>
 		
 		<para>For current information on the revision level of included components please refer to <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5.0.0/html-single/Release_Notes/index.html">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5.0.0/html-single/Release_Notes/index.html</ulink>.
 			</para>




More information about the jboss-cvs-commits mailing list