[jboss-cvs] JBossAS SVN: r110364 - projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 13 22:20:33 EST 2011


Author: smcgowan at redhat.com
Date: 2011-01-13 22:20:32 -0500 (Thu, 13 Jan 2011)
New Revision: 110364

Modified:
   projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix2.xml
   projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml
   projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml
Log:
JBAS-8008 - doc updates

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix2.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix2.xml	2011-01-14 00:37:10 UTC (rev 110363)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix2.xml	2011-01-14 03:20:32 UTC (rev 110364)
@@ -10,7 +10,7 @@
         For more JBoss documentation related to JBoss Application Server 6 and its' underylying technologies, refer to the manuals available online at <ulink url="http://www.jboss.org/jbossas/docs/6-x.html"/>.
     </para>
     <para>
-        For the latest information on EJB 3.1 with thorough JBoss coverage see <ulink url="http:http://www.amazon.ca/Enterprise-JavaBeans-3-1-Andrew-Rubinger/dp/0596158025"><emphasis>Enterprise JavaBeans 3.1, 6th Edition</emphasis></ulink>. (O'Reilly, 2010. Andrew Rubinger, Bill Burke, Richard Monson-Haefel).   The book examples show how Java EE integration testing is made easier using <ulink url="http://www.jboss.org/arquillian">Arquillian</ulink> and <ulink url="http://jboss.org/shrinkwrap">ShrinkWrap</ulink>, two breakthrough community projects simplifying Java EE integration testing.
+        For the latest information on EJB 3.1 with thorough JBoss coverage see <ulink url="http:http://www.amazon.ca/Enterprise-JavaBeans-3-1-Andrew-Rubinger/dp/0596158025"><emphasis>Enterprise JavaBeans 3.1, 6th Edition</emphasis></ulink>. (O'Reilly, 2010. Andrew Rubinger, Bill Burke).   The book examples show how Java EE integration testing is made easier using <ulink url="http://www.jboss.org/arquillian">Arquillian</ulink> and <ulink url="http://jboss.org/shrinkwrap">ShrinkWrap</ulink>, two breakthrough community projects simplifying Java EE integration testing.
     </para>
     <para>
         To learn more about Hibernate, see <emphasis>Java Persistence With Hibernate</emphasis>. (Manning, 2007. Christian Bauer, Gavin King)

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml	2011-01-14 00:37:10 UTC (rev 110363)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml	2011-01-14 03:20:32 UTC (rev 110364)
@@ -8,9 +8,9 @@
                         <para>
                          You must have a working installation of <emphasis>JDK 1.6</emphasis> before you install JBoss Application Server. You can install the 32-bit or 64-bit JVM depending on your requirements. 
                         </para>
-                        <para>Be sure to create an environment variable that points to the JDK installation directory and call it <literal>JAVA_HOME</literal>. Add <literal>$JAVA_HOME/bin</literal> to the system path to be able to run <literal>java</literal> from the command line. You can do this by adding the following lines to the <filename>.bashrc</filename> file in your home directory. In this example /usr/java/jdk1.6.0_18 is the JDK installation directory.
+                        <para>Be sure to create an environment variable that points to the JDK installation directory and call it <literal>JAVA_HOME</literal>. Add <literal>$JAVA_HOME/bin</literal> to the system path to be able to run <literal>java</literal> from the command line. You can do this by adding the following lines to the <filename>.bashrc</filename> file in your home directory. In this example /usr/java/jdk1.6.0 is the JDK installation directory.
                <programlisting>
-               export JAVA_HOME=/usr/java/jdk1.6.0_18 export PATH=$PATH:$JAVA_HOME/bin </programlisting> 
+               export JAVA_HOME=/usr/java/jdk1.6.0 export PATH=$PATH:$JAVA_HOME/bin </programlisting> 
 
 		Set this variable for the user account doing the installation and also for the user account that will run the server.  </para>
                 <para>

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml	2011-01-14 00:37:10 UTC (rev 110363)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml	2011-01-14 03:20:32 UTC (rev 110364)
@@ -8,14 +8,14 @@
 	This makes it easy to assemble different configurations and gives you the flexibility to tailor them to meet your requirements.
 </para>
 <para>
-	You don’t have to run a large, monolithic server all the time; you can remove the components you don’t need (which can also reduce the server startup time considerably) and you can also integrate additional services into JBoss by writing your own MBeans. You certainly do not need to do this to be able to run standard Java EE 5 applications though.
+	You don’t have to run a large, monolithic server all the time; you can remove the components you don’t need (which can also reduce the server startup time considerably) and you can also integrate additional services into JBoss by writing your own MBeans. You certainly do not need to do this to be able to run standard Java EE 6 applications though.
 </para>
 <para>
 	You don’t need a detailed understanding of the microcontainer 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 Application Server ships with three different server configurations. Within the	<literal>&lt;JBoss_Home&gt;/server</literal> directory, you will find five subdirectories:
-	<literal>minimal</literal>, <literal>default</literal>, <literal>standard</literal>, <literal>all</literal> and <literal>web</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 five different server configurations. Within the	<literal>&lt;JBoss_Home&gt;/server</literal> directory, you will find five subdirectories:
+	<literal>minimal</literal>, <literal>default</literal>, <literal>standard</literal>, <literal>all</literal> and <literal>jbossweb-standalone</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>
@@ -31,7 +31,7 @@
 			<term>default</term>
 			<listitem>
 				<para>
-					is a base Java EE 5 server profile containing a default set of services. It has the most frequently used services required to deploy a Java EE application. It does not include the JAXR service, the IIOP service, or any of the clustering services.
+					is a base Java EE 6 server profile containing a default set of services. It has the most frequently used services required to deploy a Java EE application. It does not include the JAXR service, the IIOP service, or any of the clustering services.
 				</para>
 			</listitem>
 		</varlistentry>
@@ -47,15 +47,15 @@
 			<term>standard</term>
 			<listitem>
 				<para>
-					is the JavaEE 5 certified configuration of services. 
+					is the Java EE 6 certified configuration of services. 
 				</para>
 			</listitem>
 		</varlistentry>
 		<varlistentry>
-			<term>web</term>
+			<term>jbossweb-standalone</term>
 			<listitem>
 				<para>
-					is a lightweight web container oriented profile that previews the JavaEE 6 web profile.
+					is a lightweight web container profile.
 				</para>
 			</listitem>
 		</varlistentry>



More information about the jboss-cvs-commits mailing list