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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 18 01:38:11 EDT 2010


Author: benlc
Date: 2010-03-18 01:38:10 -0400 (Thu, 18 Mar 2010)
New Revision: 102547

Added:
   projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.ent
   projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.xml
Removed:
   projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.ent
   projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.xml
Modified:
   projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Book_Info.xml
   projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Getting_Started.xml
Log:
'committing changes for JBPAPP-1779 and correcting book name (to CP08 from CP07)'


Modified: projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Book_Info.xml	2010-03-18 05:06:46 UTC (rev 102546)
+++ projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Book_Info.xml	2010-03-18 05:38:10 UTC (rev 102547)
@@ -3,8 +3,8 @@
 ]>
 
 <bookinfo id="Installation_Guide_JBoss_Enterprise_Application_Platform">
-	<title>Installation Guide CP07</title>
-	<subtitle>for Use with JBoss Enterprise Application Platform 4.3 Cumulative Patch 7</subtitle>
+	<title>Installation Guide CP08</title>
+	<subtitle>for Use with JBoss Enterprise Application Platform 4.3 Cumulative Patch 8</subtitle>
 	<edition>2.0</edition>
 	<pubsnumber>8</pubsnumber>
 	<productname>JBoss Enterprise Application Platform</productname>

Modified: projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Getting_Started.xml	2010-03-18 05:06:46 UTC (rev 102546)
+++ projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Getting_Started.xml	2010-03-18 05:38:10 UTC (rev 102547)
@@ -8,7 +8,6 @@
 		<title>Pre-Requisites</title>
 		<para>
 			The following sections discuss the hardware and software requirements to run the JBoss Application Server.
-			
 		</para>
 
 		<section id="Getting_Started-Pre_Requisites-Hardware">
@@ -380,17 +379,13 @@
 					<title>Installing and Configuring 32-bit Sun JDK 5.0 using RHN</title>
 					<listitem>
 						<para>
-							Java SDKs are provided by the Red Hat Enterprise Linux 5  Supplementary channel for your Linux variant and architecture. Depending on the architecture, the channel names are:
+							Java SDKs are provided by the Red Hat Enterprise Linux 5 Supplementary channel for your Linux variant and architecture. Depending on the architecture, the channel names are:
 						</para>
 						<para>
 							rhel-i386-server-supplementary-5 and rhel-x86_64-server-supplementary-5
 						</para>
 						<para>
-							The <command moreinfo="none">java-1.5.0-bea</command>,
-							<command moreinfo="none">java-1.5.0-ibm</command> and
-							<command moreinfo="none">java-1.5.0-sun</command> SDKs are available from
-							these channels. Make sure you also install the
-							<command moreinfo="none">-devel</command> subpackages.
+							The <command moreinfo="none">java-1.5.0-sun</command> SDK is available from these channels. Make sure you also install the <command moreinfo="none">-devel</command> subpackages.
 						</para>
 					</listitem>
 					
@@ -425,6 +420,16 @@
 						</para>
 					</listitem>
 				</itemizedlist>
+				<note><title>Note: OpenJDK Installation</title>
+				<!--  
+			      <para>
+			        &JBEAP; 4.3 is certified for use with OpenJDK, however, installation of the platform depends on a JDK 1.5 installation to proceed. OpenJDK is available from the base RHN channel and can be installed by executing <command>yum install java-1.6.0-openjdk-devel</command> as the root user. Following the installation of the platform as outlined in <xref linkend="Install_using_RHN"/>, OpenJDK can be selected as the default Java installation from the list of alternatives. The installation of JDK 1.5 will not be a requirement in future releases of the &JBEAP;.    
+			      </para>
+			    -->
+			    <para>
+			      &JBEAP; is certified for use with OpenJDK. When installing using RHN, the installation of the platform requires a prior installation of JDK 1.5 to proceed. Once the platform has been installed OpenJDK can be installed from the base channel by executing <command>yum install java-1.6.0-openjdk-devel</command> as the root user. OpenJDK can then be selected from the available list of alternatives. The installation of JDK 1.5 will not be a requirement in future releases of &JBEAP;.
+				</para> 
+			    </note>
 				<itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_32_bit_Sun_JDK_5.0_on_a_generic_Linux_platform">
 					<title>Installing and Configuring 32-bit Sun JDK 5.0 on a generic Linux platform</title>
 					<listitem>
@@ -515,6 +520,11 @@
 						</para>
 					</listitem>
 				</itemizedlist>
+				<note><title>Note: OpenJDK Installation</title>
+		          <para>
+		            &JBEAP; is certified for use with OpenJDK. For instructions on how to install OpenJDK on a variety of Linux Platforms refer to <ulink url="http://openjdk.java.net/install/"/>
+		          </para>
+		        </note>
 				<itemizedlist id="Configuring_Your_Java_Environment-Installing_and_Configuring_32_bit_Sun_JDK_5.0_on_Microsoft_Windows">
 					<title>Installing and Configuring 32-bit Sun JDK 5.0 on Microsoft Windows</title>
 					<listitem>
@@ -529,8 +539,7 @@
 					</listitem>
 				</itemizedlist>
 			</para>
-		</section>
-
+		</section>		
 	</section>
 	
 	<section id="Getting_Started-Components_of_JBoss_Enterprise_Application_Platform">

Deleted: projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.ent
===================================================================
--- projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.ent	2010-03-18 05:06:46 UTC (rev 102546)
+++ projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.ent	2010-03-18 05:38:10 UTC (rev 102547)
@@ -1,4 +0,0 @@
-<!ENTITY JBEAP "JBoss Enterprise Application Platform">
-<!ENTITY JBEAPVERS "4.3">
-<!ENTITY HOLDER "Red Hat, Inc">
-<!ENTITY YEAR "2009">

Deleted: projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.xml
===================================================================
--- projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.xml	2010-03-18 05:06:46 UTC (rev 102546)
+++ projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.xml	2010-03-18 05:38:10 UTC (rev 102547)
@@ -1,19 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
-]>
-
-<book>
-	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Installation_Alternatives.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Installation_Using_Graphical_Installer.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Installation_With_ZIP_Download.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Installation_With_RHN.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Post_Installation.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="Test_Your_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
-
-</book>
-

Copied: projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.ent (from rev 101630, projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.ent)
===================================================================
--- projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.ent	                        (rev 0)
+++ projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.ent	2010-03-18 05:38:10 UTC (rev 102547)
@@ -0,0 +1,4 @@
+<!ENTITY JBEAP "JBoss Enterprise Application Platform">
+<!ENTITY JBEAPVERS "4.3">
+<!ENTITY HOLDER "Red Hat, Inc">
+<!ENTITY YEAR "2009">

Copied: projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.xml (from rev 101630, projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP07.xml)
===================================================================
--- projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.xml	                        (rev 0)
+++ projects/docs/enterprise/4.3.8/Installation_Guide/en-US/Installation_Guide_CP08.xml	2010-03-18 05:38:10 UTC (rev 102547)
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+
+<book>
+	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Getting_Started.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Installation_Alternatives.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Installation_Using_Graphical_Installer.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Installation_With_ZIP_Download.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Installation_With_RHN.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Post_Installation.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="Test_Your_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
+
+</book>
+




More information about the jboss-cvs-commits mailing list