[jboss-cvs] JBossAS SVN: r85366 - 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 Mar 5 18:07:44 EST 2009


Author: irooskov at redhat.com
Date: 2009-03-05 18:07:44 -0500 (Thu, 05 Mar 2009)
New Revision: 85366

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


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-03-05 22:57:07 UTC (rev 85365)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-03-05 23:07:44 UTC (rev 85366)
@@ -157,11 +157,28 @@
 						</listitem>
 						<listitem>
 							<para>
-								On <emphasis>Red Hat Enterprise Linux 5</emphasis> to install the packages, execute:
+								On <emphasis>Red Hat Enterprise Linux 5</emphasis> check that the Tomcat 5 packages are not already installed, if not then install the packages by executing:
 							</para>
 <programlisting>
 yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps tomcat5 tomcat5-webapps tomcat5-admin-webapps tomcat-native httpd22 mod_jk-ap20
 </programlisting>
+							<para>
+								Otherwise, in order to install the Tomcat 5 packages, you need to make the following modification to the  <filename>/etc/yum.conf</filename> file. Comment out the option:
+							</para>
+<screen>
+exactarch=1
+</screen>
+							<para>
+								Then install the packages:
+							</para>
+<programlisting>
+yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps tomcat5.noarch tomcat5-webapps.noarch tomcat5-admin-webapps.noarch tomcat-native httpd mod_jk-ap20
+</programlisting>
+							<note>
+								<para>
+									Revert the change in <filename>/etc/yum.conf</filename> to keep your original settings.
+								</para>
+							</note>
 						</listitem>
 					</orderedlist>
 				</para>




More information about the jboss-cvs-commits mailing list