[jboss-cvs] JBossAS SVN: r82717 - projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 8 20:46:23 EST 2009


Author: irooskov at redhat.com
Date: 2009-01-08 20:46:23 -0500 (Thu, 08 Jan 2009)
New Revision: 82717

Modified:
   projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml
Log:
updated release notes with Aaron Darcy's changes


Modified: projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-01-08 23:15:29 UTC (rev 82716)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-01-09 01:46:23 UTC (rev 82717)
@@ -22,6 +22,11 @@
 					<para>
 						<literal>Apache Tomcat 5.5.23</literal>: Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. Apache Tomcat version 5.5 implements the Servlet 2.4 and JavaServer Pages 2.0 specifications. 
 					</para>
+					<note>
+						<para>
+							Apache Tomcat 5.5.23 is avaliable within the default Red Hat Enterprise Linux 5 installation.
+						</para>
+					</note>
 				</listitem>
 				<listitem>
 					<para>
@@ -42,6 +47,11 @@
 					<para>
 						<literal>Apache HTTP Server 2.2.10</literal>: The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. 
 					</para>
+					<note>
+						<para>
+							The Apache HTTP Server 2.2.10 is avaliable within the default Red Hat Enterprise Linux 5 installation.
+						</para>
+					</note>
 				</listitem>
 			</itemizedlist>
 			<para>
@@ -82,17 +92,46 @@
 				You must have adequate disk space to install JBoss Enterprise Web Server while also allowing enough space for your applications. 
 			</para>
 			<para>
-				A working installation of Java 1.5 on your system will also be necessary. On Red Hat Enterprise Linux 4 systems subscribed to the Extras channel, this can be archived by executing:
+				A working installation of Java 1.5 or 1.6 on your system will also be necessary. On Red Hat Enterprise Linux 4 systems subscribed to the Extras channel, this can be archived by executing:
 			</para>
+			<formalpara>
+				<title>For Java 1.5 installation</title>
+				<para>
+	
 <programlisting>
 up2date java-1.5.0-sun
 </programlisting>
+				</para>
+			</formalpara>
+			<formalpara>
+				<title>For Java 1.6 installation</title>
+				<para>
+					
+<programlisting>
+up2date java-1.6.0-ibm
+</programlisting>
+				</para>
+			</formalpara>
 			<para>
 				On Red Hat Enterprise Linux 5 systems, this can be archived by executing:
 			</para>
+			<formalpara>
+				<title>For Java 1.5 installation</title>
+				<para>
 <programlisting>
 yum install java-1.5.0-sun
 </programlisting>
+				</para>
+			</formalpara>
+			<formalpara>
+				<title>For Java 1.6 installation</title>
+				<para>
+					
+<programlisting>
+yum install java-1.6.0-ibm
+</programlisting>
+				</para>
+			</formalpara>
 			<para>
 				JBoss Enterprise Web Server can either be installed via the Red Hat Network (RHN) or the JBoss Customer Support Portal (CSP). 
 			</para>




More information about the jboss-cvs-commits mailing list