[jboss-cvs] JBossAS SVN: r110396 - 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
Mon Jan 17 21:36:43 EST 2011


Author: smcgowan at redhat.com
Date: 2011-01-17 21:36:43 -0500 (Mon, 17 Jan 2011)
New Revision: 110396

Modified:
   projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix1.xml
   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/Installation.xml
   projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml
   projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Preface.xml
   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/Setting_JBOSS_HOME.xml
   projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Test_Your_Installation.xml
Log:
additional updates

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix1.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix1.xml	2011-01-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix1.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -2,15 +2,15 @@
 <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 ]>
 
-<appendix id="Book-Revision_History">
-	<title></title>
+<appendix id="appendix1">
+	<title>Book Revision History</title>
 	<bibliolist>
 		<biblioentry>
 			<revhistory>
 				
 				<revision>
 					<revnumber>6.0.0</revnumber>
-					<date>May 11 2010</date>
+					<date>January 17 2010</date>
 					<author>
 						<firstname>Shelly</firstname>
 						<surname>McGowan</surname>
@@ -18,7 +18,7 @@
 					</author>
 					<revdescription>
 						<simplelist>
-							<member>Updated Content </member>
+							<member>Updated Content for Final release </member>
 							
 						</simplelist>
 					</revdescription>

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-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Appendix2.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -7,15 +7,15 @@
         Developers wanting to get familiar with software development and implementation in JBoss Application Server can read: <emphasis>JBoss in Action: Configuring the JBoss Application Server</emphasis>. (Manning, 2009. Javid Jamae, Peter Johnson).
     </para>
     <para>
-        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"/>.
+        For more JBoss documentation related to JBoss Application Server 6 and its' underlying 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).   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)
+        To learn more about RESTEasy, see <ulink url="http://www.amazon.com/RESTful-Java-Jax-RS-Animal-Guide/dp/0596158041"><emphasis>RESTFul Java with Jax-RS</emphasis></ulink>. (O'Reilly, 2010. Bill Burke)
     </para>
     <para>
-        For complete coverage of the JBoss Seam framework, we recommend <emphasis>Seam in Action</emphasis>. (Manning, 2009. Dan Allen).
+        For complete coverage of the JBoss Seam framework, refer to <ulink url="http://www.amazon.com/Seam-Action-Dan-Allen/dp/1933988401"><emphasis>Seam in Action</emphasis></ulink>. (Manning, 2009. Dan Allen).
     </para>
 </appendix>

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-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Getting_Started.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -4,22 +4,23 @@
 
 <chapter id="Getting_Started">
     <title>Getting Started</title>
-        <section id="Configuring your Java Environment">
+        <section id="Configuring your Java Environment"><title>Configuring your Java Environment</title>
                         <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 is the JDK installation directory.
                <programlisting>
-               export JAVA_HOME=/usr/java/jdk1.6.0 export PATH=$PATH:$JAVA_HOME/bin </programlisting> 
+               export JAVA_HOME=/usr/jdk6
+                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>
                  Make sure that the <literal>java</literal> executable is in your path and that you are using an appropriate version. To verify your Java environment, type <literal>java -version</literal> at the shell prompt and you should see something like this:
                              <programlisting>
                                 [root at hostname]$ java -version
-                                java version "1.6.0_18"
-                                Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
-                                Java HotSpot(TM) Server VM (build 16-b13, mixed mode)
+                                java version "1.6.0_21"
+                                Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
+                                Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
                             </programlisting>
                   </para>
     </section>

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Installation.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Installation.xml	2011-01-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Installation.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -4,7 +4,7 @@
                          
 <chapter id="Installation">
     <title>Installation</title>
-    <section id="Zip Distribution"><title>Installation with the Zip Distributino</title>
+    <section id="Zip Distribution"><title>Installation with the Zip Distribution</title>
        <para>
        In this form of installation, simply unzip the downloaded zip file to the directory of your choice. You can unzip JBoss Application Server 6 on any operating system that supports the zip format. Zip distributions of the latest milestone releases are available on <ulink url="http://www.jboss.org/jbossas/downloads/">JBoss AS Download</ulink> site. Refer to the Release Notes for additional information on the milestone release you select for download which includes new features and bug fixes included in the release.
        </para>

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml	2011-01-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Installation_And_Getting_Started_Guide.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -49,10 +49,10 @@
 	<xi:include href="Setting_JBOSS_HOME.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Test_Your_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="The_JBoss_Server_A_Quick_Tour.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="EJB3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<!-- <xi:include href="EJB3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
 	<!-- <xi:include href="About_the_Example_Applications.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-	<xi:include href="Sample_JSF_EJB3_Application.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Using_Seam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<!-- <xi:include href="Sample_JSF_EJB3_Application.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
+	<!-- <xi:include href="Using_Seam.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
 	<xi:include href="Using_Other_Databases.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Uninstall_JBoss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Appendix1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Preface.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Preface.xml	2011-01-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Preface.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -2,8 +2,8 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
                          "http://www.docbook.org/xml/4.4/docbookx.dtd">
 <chapter id="Book-Preface">
-        <section id="Introduction">
-	<title>Introduction</title>
+        <title>Preface</title>
+        <section id="Introduction"><title>Introduction</title>
 	<para>
 		JBoss Application Server 6 is the open source implementation of the Java EE 6 Enterprise Edition Platform. It comprises the set of technologies for enterprise developers looking for an easy-to-use, out-of-box, robust solution for running enterprise applications.  Offering an extensible core architecture, JBoss Application Server 6 is the ideal choice for users new to enterprise development as well as senior architects looking for a customizable middleware platform.
 	</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-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Server_Configurations.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -23,7 +23,7 @@
 			<term>minimal</term>
 			<listitem>
 				<para>
-					has a minimal configuration—the bare minimum services required to start JBoss. It starts the logging service, a JNDI server and a URL deployment scanner to find new deployments. This is what you would use if you want to use JMX/JBoss to start your own services without any other Java EE 5 technologies. This is just the bare server. There is no web container, no EJB or JMS support.
+					has a minimal configuration—the bare minimum services required to start JBoss. It starts the logging service, a JNDI server and a URL deployment scanner to find new deployments. This is what you would use if you want to use JMX/JBoss to start your own services without any other Java EE 6 technologies. This is just the bare server. There is no web container, no EJB or JMS support.
 				</para>
 			</listitem>
 		</varlistentry>
@@ -31,7 +31,7 @@
 			<term>default</term>
 			<listitem>
 				<para>
-					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.
+					is a base server profile containing a default set of services. It does not include the the IIOP service or any of the clustering services.
 				</para>
 			</listitem>
 		</varlistentry>
@@ -47,7 +47,7 @@
 			<term>standard</term>
 			<listitem>
 				<para>
-					is the Java EE 6 certified configuration of services. 
+					is the Java EE 6 Web Profile certified configuration of services. 
 				</para>
 			</listitem>
 		</varlistentry>
@@ -62,56 +62,7 @@
 	</variablelist>
 </para>
 <para>
-	If you want to know which services are configured in each of these instances, the primary differences will be in the <filename class="directory">&lt;JBoss_Home&gt;/server/&lt;instance-name&gt;/deployers/</filename> directory and also the services deployments in the <filename class="directory">&lt;JBoss_Home&gt;/server/&lt;instance-name&gt;/deploy</filename> directory. For example, the default profile deployers and deploy directory contents are:
-<programlisting>
-[usr at localhost &lt;JBoss_Home&gt;]$<literal>ls server/default/deployers </literal>
-alias-deployers-jboss-beans.xml		jboss-aop-jboss5.deployer
-bsh.deployer				jboss-jca.deployer
-clustering-deployer-jboss-beans.xml		jbossweb.deployer
-dependency-deployers-jboss-beans.xml	jbossws.deployer
-directory-deployer-jboss-beans.xml	j	sr77-deployers-jboss-beans.xml
-ear-deployer-jboss-beans.xml		metadata-deployer-jboss-beans.xml
-ejb-deployer-jboss-beans.xml		seam.deployer
-ejb3.deployer				security-deployer-jboss-beans.xml
-hibernate-deployer-jboss-beans.xml
-[usr at localhost &lt;JBoss_Home&gt;]$<literal>ls server/default/deploy </literal>
-ROOT.war				jsr88-service.xml
-cache-invalidation-service.xml	legacy-invokers-service.xml
-ejb2-container-jboss-beans.xml	mail-ra.rar
-ejb2-timer-service.xml		mail-service.xml
-ejb3-connectors-jboss-beans.xml	management
-ejb3-container-jboss-beans.xml	messaging
-ejb3-interceptors-aop.xml		monitoring-service.xml
-ejb3-timer-service.xml		profileservice-jboss-beans.xml
-hdscanner-jboss-beans.xml		properties-service.xml
-hsqldb-ds.xml			quartz-ra.rar
-http-invoker.sar			remoting-jboss-beans.xml
-jboss-local-jdbc.rar		schedule-manager-service.xml
-jboss-xa-jdbc.rar			scheduler-service.xml
-jbossweb.sar			security
-jbossws.sar			sqlexception-service.xml
-jca-jboss-beans.xml		transaction-jboss-beans.xml
-jms-ra.rar			transaction-service.xml
-jmx-console.war			uuid-key-generator.sar
-jmx-invoker-service.xml		vfs-jboss-beans.xml
-jmx-remoting.sar
-</programlisting>
-	while the web profile deployers and deploy directory contents are:
-<programlisting>
-[usr at localhost &lt;JBoss_Home&gt;]$<literal>ls server/web/deployers </literal>
-alias-deployers-jboss-beans.xml	jbossweb.deployer
-ejb3.deployer			metadata-deployer-jboss-beans.xml
-jboss-aop-jboss5.deployer		security-deployer-jboss-beans.xml
-jboss-jca.deployer
-[usr at localhost &lt;JBoss_Home&gt;]$<literal>ls server/web/deployers </literal>
-ROOT.war				jbossweb.sar
-ejb3-container-jboss-beans.xml	jca-jboss-beans.xml
-hdscanner-jboss-beans.xml		jmx-console.war
-hsqldb-ds.xml			jmx-invoker-service.xml
-http-invoker.sar			security
-jboss-local-jdbc.rar		transaction-jboss-beans.xml
-jboss-xa-jdbc.rar
-</programlisting>
+	If you want to know which services are configured in each of these instances, the primary differences will be in the <filename class="directory">&lt;JBoss_Home&gt;/server/&lt;instance-name&gt;/deployers/</filename> directory and also the services deployments in the <filename class="directory">&lt;JBoss_Home&gt;/server/&lt;instance-name&gt;/deploy</filename> directory. 
 </para>
 <note>
 	<para>

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Setting_JBOSS_HOME.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Setting_JBOSS_HOME.xml	2011-01-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Setting_JBOSS_HOME.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -21,13 +21,13 @@
 # User specific aliases and functions
 # The following are the environment variables for Java, ANT and JBoss
 
-export JAVA_HOME=/usr/java/jdk1.6.0_18
+export JAVA_HOME=/usr/jdk6
 export PATH=$PATH:$JAVA_HOME/bin
 	
 export ANT_HOME=/usr/ant/apache-ant-1.6.0
 export PATH=$PATH:$ANT_HOME/bin
 
-export JBOSS_HOME=/usr/jboss/jboss-&lt;release&gt;
+export JBOSS_HOME=/home/jboss-user/jboss-&lt;release&gt;
 export PATH=$PATH:$JBOSS_HOME/bin
 </screen>
 

Modified: projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Test_Your_Installation.xml	2011-01-17 23:58:52 UTC (rev 110395)
+++ projects/docs/community/6/Installation_And_Getting_Started_Guide/en-US/Test_Your_Installation.xml	2011-01-18 02:36:43 UTC (rev 110396)
@@ -13,21 +13,40 @@
         [samson at dhcp-1-150 bin]$ sh run.sh 
         =========================================================================
         
-        JBoss Bootstrap Environment
         
-        JBOSS_HOME: /home/jboss-head/build/target/jboss-6.0.0-SNAPSHOT
-        
-        JAVA: /Library/Java/Home/bin/java
-        
-        JAVA_OPTS: -Dprogram.name=run.sh -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
-        
-        CLASSPATH: /home/jboss-head/build/target/jboss-6.0.0-SNAPSHOT/bin/run.jar
-        
+           JBoss Bootstrap Environment
+
+           JBOSS_HOME: /home/jboss-user/jboss-6.0.0.Final
+
+           JAVA: /usr/jdk6/bin/java
+
+           JAVA_OPTS: -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Dprogram.name=run.sh -Djava.library.path=/home/jboss-user/jboss-6.0.0.Final/bin/native/lib64
+
+  CLASSPATH: /home/jboss-user/jboss-6.0.0.Final/bin/run.jar:/usr/jdk6/lib/tools.jar
+
         =========================================================================
-        
-        ...output truncated
-        21:05:03,808 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.SNAPSHOT "Neo"] Started 
 
+        19:55:07,131 INFO  [AbstractJBossASServerBase] Server Configuration:
+
+	        JBOSS_HOME URL: file:/home/jboss-user/jboss-6.0.0.Final/
+	        Bootstrap: $JBOSS_HOME/server/default/conf/bootstrap.xml
+	        Common Base: $JBOSS_HOME/common/
+	        Common Library: $JBOSS_HOME/common/lib/
+	        Server Name: default
+	        Server Base: $JBOSS_HOME/server/
+	        Server Library: $JBOSS_HOME/server/default/lib/
+	        Server Config: $JBOSS_HOME/server/default/conf/
+	        Server Home: $JBOSS_HOME/server/default/
+	        Server Data: $JBOSS_HOME/server/default/data/
+	        Server Log: $JBOSS_HOME/server/default/log/
+	        Server Temp: $JBOSS_HOME/server/default/tmp/
+
+        19:55:07,133 INFO  [AbstractServer] Starting: JBossAS [6.0.0.Final "Neo"]
+
+        . . .output truncated
+
+        19:55:22,507 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 15s:370ms
+
     </screen>
     <para>
         Now open <literal>http://localhost:8080</literal> in your web browser. (Make sure you dont have anything else already on your machine using that port).<footnote><para>
@@ -38,7 +57,7 @@
             <title>Test your Installation</title>
             <mediaobject>
                 <imageobject>
-                    <imagedata align="center" fileref="images/test_install.png"/>
+                    <imagedata align="center" fileref="images/JBossASLanding.png"/>
                 </imageobject>
             </mediaobject>
         </figure>



More information about the jboss-cvs-commits mailing list