[jboss-cvs] JBossAS SVN: r96080 - in projects/docs/enterprise/4.2.8/Installation_Guide: en-US and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 6 00:36:09 EST 2009
Author: benlc
Date: 2009-11-06 00:36:09 -0500 (Fri, 06 Nov 2009)
New Revision: 96080
Added:
projects/docs/enterprise/4.2.8/Installation_Guide/publican.cfg
Modified:
projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Getting_Started.xml
Log:
'committing installation and operational hardware requirements'
Modified: projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Getting_Started.xml 2009-11-06 05:26:49 UTC (rev 96079)
+++ projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Getting_Started.xml 2009-11-06 05:36:09 UTC (rev 96080)
@@ -7,13 +7,128 @@
<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. 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://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOperatingSystemSpecificIssues"></ulink> for more information.
+ The following sections discuss the hardware and software requirements to run the JBoss Application Server.
</para>
+
+ <section id="Getting_Started-Pre_Requisites-Hardware">
+ <title>Hardware Requirements</title>
+
+ <para>
+ When considering the minimum hardware required to run the JBoss Application Server, it is necessary to consider both the hardware required to successfully install the application and the additional requirements to support an operational server which varies depending on the demand and the types of applications being served.
+ </para>
+
+ <formalpara><title>Minimum Installation Requirements</title>
+ <para>
+ The minimum hardware required to support the installation of the JBoss Application Server is a 240MB hard disk drive. Additional space is required for the installation of the JDK upon which the the JBoss Application Server depends. The JDK installation size is currently up to 150MB.
+ </para>
+
+ </formalpara>
+ <formalpara><title>Minimum Operational Requirements</title>
+
+ <para>
+ The minimum hardware required to support an operational JBoss Application Server varies depending on the following:
+ </para>
+ </formalpara>
+ <itemizedlist>
+ <listitem>
+ <para>
+ the size and complexity of the applications being served;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ the demand placed on the server by the number and frequency of client requests;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ the server configuration including the selected log files, their designated size and general server tuning.
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ The following discussion relates to the deployment of a simple application on a server experiencing minimal demand. In view of this, the absolute minimum requirements for an operational server are:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Disk Space: 1GB
+ <itemizedlist>
+ <listitem>
+ <para>
+ The default server log file storage configuration is 500MB.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The remaining 500MB is allocated to the server installation (240MB), the required JDK (150MB) and some additional space for applications (110MB).
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ CPU: Intel Pentium Processor @ 1GHz
+ <itemizedlist>
+ <listitem>
+ <para>
+ Core 2 Duo, Core 2 Quad and Intel Xeon chips will improve the performance of servers which experience high demand.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ RAM: 128 MB
+ <itemizedlist>
+ <listitem>
+ <para>
+ RAM installations of 1GB or more will be required to run a server upon which small to medium applications are deployed. 4GB or more is preferable for larger applications or to run a GUI server interface.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <note>
+ <title>Note</title>
+ <para>
+ Tests were performed to establish the minimum memory requirements based on JMX-Console, which is a small web application packaged with the standard distribution, and a small sub-set of tests from the test suite. These tests simulate small applications deployed on the server. For these tests, the server's configuration was modified via the JAVA_OPTS parameter "-Xms(MEMORY)m -Xmx(MEMORY)m".
+ </para>
+
+ </note>
+
+ <important>
+ <title>Important</title>
+ <para>
+ A servers performance must be viewed in light of the applications deployed on the server, the demand placed on the server by client requests and any post-installation server configuration or tuning.
+ </para>
+ </important>
+
+
+
+ </section>
+
+ <!-- </section> -->
+
+
<section id="Pre_Requisites-Hardware_and_Operating_System_Requirements">
- <title>Hardware and Operating System Requirements</title>
+ <title>Supported Installations</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>
+
+ <note><title>Note</title>
+ <para>
+ The JBoss Application Server requires a working installation of Java and will work on any Operating System / Platform that supports Java. However, there are a few issues relating to Operating Systems which should be noted. Please refer to the following link for more information:
+ </para>
+ <para>
+ <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOperatingSystemSpecificIssues"></ulink>
+ </para>
+ </note>
<!-- <para>
The following is a list of supported operating systems and JVM version combination:
</para>
@@ -240,7 +355,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.5</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 5.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.5</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 5.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>
@@ -418,17 +533,18 @@
</itemizedlist>
</para>
</section>
+ </section>
- </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.jboss.com/products/platforms/application/components">http://www.jboss.com/products/platforms/application/components</ulink>.
</para>
<!--<para>
- Below is a listing of the components of &JBEAP; and their revision level at the time of writing. For an updated list of component revision levels please refer to <ulink url="http://www.redhat.com/docs/manuals/jboss">http://www.redhat.com/docs/manuals/jboss</ulink>.
+ Below is a listing of the components of JBoss Enterprise Application Platform and their revision level at the time of writing. For an updated list of component revision levels please refer to <ulink url="http://www.redhat.com/docs/manuals/jboss">http://www.redhat.com/docs/manuals/jboss</ulink>.
</para>
<para>
Added: projects/docs/enterprise/4.2.8/Installation_Guide/publican.cfg
===================================================================
--- projects/docs/enterprise/4.2.8/Installation_Guide/publican.cfg (rev 0)
+++ projects/docs/enterprise/4.2.8/Installation_Guide/publican.cfg 2009-11-06 05:36:09 UTC (rev 96080)
@@ -0,0 +1,7 @@
+# Config::Simple 4.59
+# Fri Nov 6 12:45:46 2009
+
+debug: 1
+xml_lang: en-US
+brand: JBoss
+
More information about the jboss-cvs-commits
mailing list