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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 18 21:56:50 EST 2009


Author: benlc
Date: 2009-11-18 21:56:50 -0500 (Wed, 18 Nov 2009)
New Revision: 96527

Modified:
   projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml
Log:
'commit addition of Clustering Info to Installation Guide'


Modified: projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml	2009-11-19 02:37:56 UTC (rev 96526)
+++ projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml	2009-11-19 02:56:50 UTC (rev 96527)
@@ -213,4 +213,34 @@
 			</para> 
 		</warning>
 	</section>
+	<section><title>The Production Configuration and Clustering</title>
+		<para>
+			The JBoss Enterprise Platform includes four server configurations which may be started by passing the -c parameter to the server startup script. A brief description of each configuration follows:
+		</para>	
+			<itemizedlist>
+				<listitem>
+					<para>
+      					the minimal configuration starts the core server container without any of the enterprise services. It is a good starting point if you want to build a customized version of JBoss AS that only contains the servers you need.
+      				</para>
+      			</listitem>
+      			<listitem>
+      				<para>
+      					the default configuration is the mostly common used configuration for application developers. It supports the standard J2EE 1.4 and most of the Java EE 5.0 programming APIs (e.g., JSF and EJB3);
+      				</para>
+      			</listitem>
+      			<listitem>
+      				<para>
+      					the all configuration supports clustering and other enterprise extensions;
+      				</para>
+      			</listitem>	
+      			<listitem>
+      				<para>
+      					the production configuration is based on the all configuration with key parameters pre-tuned for production deployment.
+      				</para> 
+				</listitem>
+			</itemizedlist>
+			<para>
+				The production configuration supports clustering by virtue of the fact that it is based on the all configuration. As such, it is important to understand how to separate clusters. This could be important, for instance, to separate test clusters from production clusters. Further details in regard to Cluster configurations can be found at <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp06/html-single/Server_Configuration_Guide/index.html#Clustering_Configuration">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp06/html-single/Server_Configuration_Guide/index.html#Clustering_Configuration</ulink>. 
+			</para>
+	</section>
 </chapter>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list