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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 19 04:30:24 EST 2007


Author: skittoli at redhat.com
Date: 2007-12-19 04:30:24 -0500 (Wed, 19 Dec 2007)
New Revision: 68406

Modified:
   projects/docs/trunk/Getting_Started/en-US/Preface.xml
   projects/docs/trunk/Getting_Started/en-US/Server_Configurations.xml
   projects/docs/trunk/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml
Log:
new changes

Modified: projects/docs/trunk/Getting_Started/en-US/Preface.xml
===================================================================
--- projects/docs/trunk/Getting_Started/en-US/Preface.xml	2007-12-19 08:54:36 UTC (rev 68405)
+++ projects/docs/trunk/Getting_Started/en-US/Preface.xml	2007-12-19 09:30:24 UTC (rev 68406)
@@ -6,11 +6,11 @@
 <preface id="Book-Preface">
 	<title>Introduction</title>
 	<para>
-		JBoss Enterprise Application Platform is easy to install and you can have it running in a few easy steps. Refer to the <emphasis>JBoss Enterprise Application Platform: Installation Guide</emphasis> for information on pre-requisites for installation and the detailed installation steps.
+		JBoss Application Server is easy to install and you can have it running in a few easy steps. Refer to the <emphasis>JBoss Application Server: Installation Guide</emphasis> for information on pre-requisites for installation and the detailed installation steps.
 	</para>
 	
 	<para>
-		Once you have JBoss Enterprise Application Platform installed, use this guide to familiarize yourself with its layout and the example applications that demonstrate application development and deployment.
+		Once you have JBoss Application Server installed, use this guide to familiarize yourself with its layout and the example applications that demonstrate application development and deployment.
 	</para>
 	<xi:include href="Software_Versions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

Modified: projects/docs/trunk/Getting_Started/en-US/Server_Configurations.xml
===================================================================
--- projects/docs/trunk/Getting_Started/en-US/Server_Configurations.xml	2007-12-19 08:54:36 UTC (rev 68405)
+++ projects/docs/trunk/Getting_Started/en-US/Server_Configurations.xml	2007-12-19 09:30:24 UTC (rev 68406)
@@ -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_DIST/jboss-as/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.
+		The JBoss Application Server ships with four different server configurations. Within the <literal>JBOSS_DIST/jboss-as/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>

Modified: projects/docs/trunk/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml
===================================================================
--- projects/docs/trunk/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml	2007-12-19 08:54:36 UTC (rev 68405)
+++ projects/docs/trunk/Getting_Started/en-US/The_JBoss_Server___A_Quick_Tour.xml	2007-12-19 09:30:24 UTC (rev 68406)
@@ -227,7 +227,7 @@
 				The non-core, hot-deployable services are added to the <filename class="directory">deploy</filename> directory. They can be either XML descriptor files, <filename>*-service.xml</filename>, or JBoss Service Archive (SAR) files. SARs contain both the XML descriptor and additional resources the service requires (e.g. classes, library JAR files or other archives), all packaged up into a single archive.
 			</para>
 			<para>
-				Detailed information on all these services can be found in the <emphasis>JBoss Enterprise Application Platform: Server Configuration Guide</emphasis>, which also provides comprehensive information on server internals and the implementation of services such as JTA and the J2EE Connector Architecture (JCA).
+				Detailed information on all these services can be found in the <emphasis>JBoss Application Server: Administration and Configuration Guide</emphasis>, which also provides comprehensive information on server internals and the implementation of services such as JTA and the J2EE Connector Architecture (JCA).
 			</para>
 		</section>
 




More information about the jboss-cvs-commits mailing list