[jboss-cvs] JBossAS SVN: r73449 - projects/docs/trunk/AS_4/Getting_Started/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 16 10:25:35 EDT 2008


Author: mmalina at redhat.com
Date: 2008-05-16 10:25:35 -0400 (Fri, 16 May 2008)
New Revision: 73449

Modified:
   projects/docs/trunk/AS_4/Getting_Started/en-US/Server_Configurations.xml
Log:
Reverting my previous changes - mistake.

Modified: projects/docs/trunk/AS_4/Getting_Started/en-US/Server_Configurations.xml
===================================================================
--- projects/docs/trunk/AS_4/Getting_Started/en-US/Server_Configurations.xml	2008-05-16 14:17:36 UTC (rev 73448)
+++ projects/docs/trunk/AS_4/Getting_Started/en-US/Server_Configurations.xml	2008-05-16 14:25:35 UTC (rev 73449)
@@ -14,7 +14,7 @@
 		You don’t need a detailed understanding of JMX to use JBoss, but it’s worth keeping a picture of this basic architecture in mind as it is central to the way JBoss works.
 	</para>
 	<para>
-		The JBoss Enterprise Application Platform ships with four different server configurations. Within the <literal>jboss-4.2.2.GA/server</literal> directory, you will find three subdirectories: <literal>minimal</literal>, <literal>default</literal> and <literal>all</literal> - one for each server configuration. Each of these configurations provide a different set of services. The <literal>default</literal> configuration is the one used if you don’t specify another one when starting up the server.
+		The JBoss Enterprise Application Platform ships with four different server configurations. Within the <literal>jboss-4.2.2.GA/server</literal> directory, you will find four subdirectories: <literal>minimal</literal>, <literal>default</literal>, <literal>production</literal> and <literal>all</literal> - one for each server configuration. Each of these configurations provide a different set of services. The <literal>default</literal> configuration is the one used if you don’t specify another one when starting up the server.
 	</para>
 	<para>
 		<variablelist>
@@ -882,7 +882,7 @@
 	<section id="The_JBoss_Server___A_Quick_Tour-Server_Configurations-Adding_Your_Own_Configuration">
 		<title>Adding Your Own Configuration</title>
 		<para>
-			You can add your own configurations too. The best way to do this is to copy an existing one that is closest to your needs and modify the contents. For example, if you weren’t interested in using messaging, you could copy the <literal>default</literal> directory, renaming it as <literal>myconfig</literal>, remove the <literal>jms</literal> subdirectory and then start JBoss with the new configuration.
+			You can add your own configurations too. The best way to do this is to copy an existing one that is closest to your needs and modify the contents. For example, if you weren’t interested in using messaging, you could copy the <literal>production</literal> directory, renaming it as <literal>myconfig</literal>, remove the <literal>jms</literal> subdirectory and then start JBoss with the new configuration.
 		</para>
 <programlisting>
 ./run.sh -c <emphasis role="bold">myconfig</emphasis>




More information about the jboss-cvs-commits mailing list