[jboss-cvs] JBossAS SVN: r84684 - 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
Tue Feb 24 18:03:21 EST 2009


Author: irooskov at redhat.com
Date: 2009-02-24 18:03:21 -0500 (Tue, 24 Feb 2009)
New Revision: 84684

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


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-02-24 23:03:06 UTC (rev 84683)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-02-24 23:03:21 UTC (rev 84684)
@@ -40,7 +40,7 @@
 				</listitem>
 				<listitem>
 					<para>
-						<literal>Apache Tomcat Connector (mod_jk) 1.2.26</literal>: Apache Tomcat Connector (mod_jk) is bridge between Apache Httpd and Apache Tomcat using binary AJP protocol. It also contains load balancer providing clustering and fault tolerance. 
+						<literal>Apache Tomcat Connector (mod_jk) 1.2.27</literal>: Apache Tomcat Connector (mod_jk) is bridge between Apache Httpd and Apache Tomcat using binary AJP protocol. It also contains load balancer providing clustering and fault tolerance. 
 					</para>
 				</listitem>
 				<listitem>
@@ -152,7 +152,7 @@
 								On <emphasis>Red Hat Enterprise Linux 4</emphasis> to install the packages, execute:
 							</para>
 <programlisting>
-up2date tomcat6 tomcat-native httpd22 mod_jk
+up2date tomcat6 tomcat6-webapps tomcat6-admin-webapps tomcat5 tomcat5-webapps tomcat5-admin-webapps tomcat-native httpd22 mod_jk-ap20
 </programlisting>
 						</listitem>
 						<listitem>
@@ -160,7 +160,7 @@
 								On <emphasis>Red Hat Enterprise Linux 5</emphasis> to install the packages, execute:
 							</para>
 <programlisting>
-yum install tomcat6 tomcat-native httpd22 mod_jk
+yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps tomcat5 tomcat5-webapps tomcat5-admin-webapps tomcat-native httpd22 mod_jk-ap20
 </programlisting>
 						</listitem>
 					</orderedlist>
@@ -266,7 +266,7 @@
 				<formalpara>
 					<title>Running the mod_jk</title>
 					<para>
-						To load the mod_jk module, the file <filename>/etc/httpd22/conf/httpd.conf</filename> on Red Hat Enterprise Linux 4 or the file <filename>/etc/httpd/conf/httpd.conf</filename> on Red Hat Enterprise Linux 5 needs to be updated, and a <filename>workers.properties</filename> file needs to be added in that directory. See <filename>/usr/share/doc/mod_jk-ap20-1.2.26/mod_jk.conf.sample</filename> and <filename>/usr/share/doc/mod_jk-ap20-1.2.26/workers.properties.sample</filename> for examples of how this can be achieved. 
+						To load the mod_jk module, the file <filename>/etc/httpd22/conf/httpd.conf</filename> on Red Hat Enterprise Linux 4 or the file <filename>/etc/httpd/conf/httpd.conf</filename> on Red Hat Enterprise Linux 5 needs to be updated, and a <filename>workers.properties</filename> file needs to be added in that directory. See <filename>/usr/share/doc/mod_jk-ap20-1.2.27/mod_jk.conf.sample</filename> and <filename>/usr/share/doc/mod_jk-ap20-1.2.27/workers.properties.sample</filename> for examples of how this can be achieved. 
 					</para>
 				</formalpara>
 				<formalpara>
@@ -344,7 +344,7 @@
 				<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. 
+						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.27/mod_jk.conf.sample</filename> and <filename>doc/mod_jk-ap20-1.2.27/workers.properties.sample</filename> for examples of how this can be achieved. 
 					</para>
 				</formalpara>
 				<formalpara>
@@ -452,6 +452,21 @@
 </programlisting>
 			</section>
 		</section>
+		<section id="Running_on_a_Solaris_Installation">
+			<title>Running on a Solaris Installation</title>
+			<formalpara>
+				<title>Running Tomcat version 5 or 6</title>
+				<para>
+					In order to run Tomcat on Solaris, some service configuration files will need manual editing.
+				</para>
+			</formalpara>
+			<para>
+				Editing the <classname>tomcat5</classname> service entails uncommenting and setting the <varname>JAVA_HOME</varname> variable to the desired JDK in the <filename>/opt/redhat/ews/etc/sysconfig/tomcat5</filename> file.
+			</para>
+			<para>
+				Similar, editing the <classname>tomcat6</classname> service entails uncommenting and setting the <varname>JAVA_HOME</varname> variable to the desired JDK in the <filename>/opt/redhat/ews/etc/sysconfig/tomcat6</filename> file.
+			</para>
+		</section>
 		<section id="uninstall_Solaris">
 			<title>Uninstalling the package in Solaris</title>
 			<para>




More information about the jboss-cvs-commits mailing list