[jboss-cvs] JBossAS SVN: r82124 - 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
Mon Dec 8 21:51:24 EST 2008


Author: irooskov at redhat.com
Date: 2008-12-08 21:51:24 -0500 (Mon, 08 Dec 2008)
New Revision: 82124

Modified:
   projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml
Log:
updated release notes with zip information fix


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	2008-12-09 02:49:13 UTC (rev 82123)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2008-12-09 02:51:24 UTC (rev 82124)
@@ -3,7 +3,7 @@
 <!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
 %RH_ENTITIES;
 ]>
-<article id="JBEAP-Release-Notes">
+<article id="JBEAP-Release-Notes" status="draft">
 	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
 	<section id="Introduction">
 		<title>
@@ -15,11 +15,8 @@
 		<section id="Overview">
 			<title>Overview</title>
 			<para>
-				JBoss Enterprise Web Server is
+				JBoss Enterprise Web Server is a fully integrated and certified set of components for hosting Java web applications. It is comprised of the industry's leading Web Server (Apache HTTP Server), the popular Apache Tomcat Servlet container as well as the mod_jk connector and the Tomcat Native library. This release of the JBoss Enterprise Web Server consists of the following components :
 			</para>
-			<para>
-				This release is for installation on top of a Red Hat Enterprise Linux 4 (x86, x86_64) or 5 (x86, x86_64), Solaris 9 (x86) or Solaris 10 (x86, x86_64) system. JBoss Enterprise Web Server version &VERSION; consists of the following: 
-			</para>
 			<itemizedlist>
 				<listitem>
 					<para>
@@ -47,6 +44,31 @@
 					</para>
 				</listitem>
 			</itemizedlist>
+			<para>
+				This release of JBoss Enterprise Web Server is certified for the following Operating Systems :
+			</para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Red Hat Enterprise Linux 4 (x86, x86_64)
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Red Hat Enterprise Linux 5 (x86, x86_64)
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Solaris 9 (x86)
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Solaris 10 (x86, x86_64)
+					</para>
+				</listitem>
+			</itemizedlist>
 		</section>
 	</section>
 	<section id="Installation_Notes">
@@ -128,8 +150,8 @@
 			<para>
 				To run the downloaded packages differs depending on the download method. This section will now detail how to run the installation for a RHN download and CSP download.
 			</para>
-			<section id="Running_a_RHN_Installation">
-				<title>Running a RHN Installation</title>
+			<section id="Running_a_RPM_Installation">
+				<title>Running a RPM Installation</title>
 				<formalpara>
 					<title>Running Tomcat version 5 or 6</title>
 					<para>
@@ -227,9 +249,90 @@
 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/libtcnative-1.so
 </programlisting>
 			</section>
-		<!--	<section id="Running_a_CSP_Installation">
-				<title>Running a CSP Installation</title>
-			</section> -->
+			<section id="Running_a_ZIP_Installation">
+				<title>Running a ZIP Installation</title>
+				<formalpara>
+					<title>Running Tomcat version 5 or 6</title>
+					<para>
+						After extracting the zip file, update the config file to suit your installation. For Tomcat version 5 this will be <filename>tomcat5/conf/tomcat5.conf</filename> and for Tomcat version 6 it will be <filename>tomcat6/conf/tomcat6.conf</filename>. 
+					</para>	
+				</formalpara>
+				<para>
+					Then change into the <filename>tomcat5/bin</filename> directory for Tomcat 5 or <filename>tomcat6/bin</filename> for Tomcat 6.
+				</para>
+				<para>
+					The <classname>tomcat5</classname> or <classname>tomcat6</classname> services can be started and stopped from their respective <filename>bin</filename> directories as mentioned above by using the following commands:
+				</para>
+				<para>
+					Starting and stopping the <classname>tomcat5</classname> service:
+				</para>
+<programlisting>
+tomcat5 start
+</programlisting>
+<programlisting>
+tomcat5 stop
+</programlisting>
+				<para>
+					Starting and stopping the <classname>tomcat6</classname> service:
+				</para>
+<programlisting>
+tomcat6 start
+</programlisting>
+<programlisting>
+tomcat6 stop
+</programlisting>
+				<para>
+					Once the tomcat service has been started, you can verify that it is running by pointing your web browser to <ulink url="http://localhost:8080">http://localhost:8080</ulink>. 
+				</para>
+				<formalpara>
+					<title>Running the HTTP Server</title>
+					<para>
+						After extracting the zip file, update the configuration file, <filename>httpd/conf/httpd.conf</filename>, as needed. Then change to the subdirectory <filename>httpd/bin</filename>.
+					</para>
+				</formalpara>
+				<para>
+					Start the HTTP server by executing:
+				</para>
+<programlisting>
+httpd -f /httpd/conf/httpd.conf -E /httpd/logs/httpd.log -k start
+</programlisting>
+				<para>
+					Stop the HTTP server by executing:
+				</para>
+<programlisting>
+httpd -f /httpd/conf/httpd.conf -E /httpd/logs/httpd.log -k stop
+</programlisting>
+				<formalpara>
+					<title>Running the mod_jk</title>
+					<para>
+						To load the mod_jk module, the file <filename>httpd/conf/httpd.conf</filename> needs to be updated, and a <filename>workers.properties</filename> file needs to be added in that directory. See <filename>doc/httpd/mod_jk-ap20-1.2.26/mod_jk.conf.sample</filename> and <filename>doc/mod_jk-ap20-1.2.26/workers.properties.sample</filename> for examples of how this can be achieved. 
+					</para>
+				</formalpara>
+				<formalpara>
+					<title>Running Apache Tomcat Native</title>
+					<para>
+						In order to use the native library for Tomcat, the <varname>LD_LIBRARY_PATH</varname> variable must point to the library. For example if it's in <filename>$CATALINA_HOME/lib</filename>, then set the following: 
+					</para>
+				</formalpara>
+<programlisting>
+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
+export LD_LIBRARY_PATH
+</programlisting>
+					<para>
+						Since it depends on the <filename>apr</filename> package, it's best to install <filename>libapr-1.so</filename> at the same place as the above library.
+					</para>
+					<para>
+						Start Tomcat and check that you see a message similar to:
+					</para>
+<screen>
+Feb 8, 2008 12:27:41 PM org.apache.catalina.core.?AprLifecycleListener init
+INFO: Loaded APR based Apache Tomcat Native library 1.x.y.
+Feb 8, 2008 12:27:41 PM org.apache.catalina.core.?AprLifecycleListener init
+INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
+Feb 8, 2008 12:27:41 PM org.apache.coyote.http11.?Http11AprProtocol init
+INFO: Initializing Coyote HTTP/1.1 on http-8080
+</screen>
+			</section>
 		</section>
 <!--	<section id="Important_Notes">
 		<title>Important Notes</title>
@@ -269,7 +372,7 @@
 					<itemizedlist>
 						<listitem>
 							<para>
-								<ulink url="ftp://ftp.redhat.com/pub/redhat/jbeap/4.3.0/en/source/jboss-eap-src-4.3.0-CP03.zip"> ftp://ftp.redhat.com/pub/redhat/jbeap/4.3.0/en/source/jboss-eap-src-4.3.0-CP03.zip</ulink>
+								<ulink url="ftp://ftp.redhat.com/pub/redhat/jbews/1.0/en/source/jboss-eap-src-1.0.zip"> ftp://ftp.redhat.com/pub/redhat/jbews/1.0/en/source/jboss-ews-src-1.0.zip</ulink>
 							</para>
 						</listitem>
 					</itemizedlist>
@@ -387,7 +490,7 @@
 			Updated versions of the documentation with errata and additional information, example application code, as well as the most recent version of the release notes may be accessed via the web from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>.
 		</para>
 	</section> -->
-	
+<!--
 	<section id="Issues-fixed-in-this-release">
 		<title>
 			Issues fixed in this release
@@ -399,13 +502,13 @@
 		<formalpara>
 			<title>Component Title</title>
 			<para>
-	<!--			<itemizedlist>
+				<itemizedlist>
 					<listitem>
 						<para>
 						</para>
 					</listitem>
 				</itemizedlist>
-	-->		</para>
+			</para>
 		</formalpara>
 	</section>
 	<section id="Known_Issues_with_this_release">
@@ -415,13 +518,14 @@
 		<para> 
 			Following is a list of known issues at the time of release.
 		</para>
-	<!--	<itemizedlist>
+		<itemizedlist>
 			<listitem>
 				<para>
 				</para>
 			</listitem>
 		</itemizedlist>
--->	</section>
+	</section>
+	-->
 
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 




More information about the jboss-cvs-commits mailing list