[jboss-cvs] JBossAS SVN: r84833 - 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 Feb 26 20:09:11 EST 2009


Author: irooskov at redhat.com
Date: 2009-02-26 20:09:11 -0500 (Thu, 26 Feb 2009)
New Revision: 84833

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


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-27 01:04:12 UTC (rev 84832)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-02-27 01:09:11 UTC (rev 84833)
@@ -183,6 +183,11 @@
 					</orderedlist>
 				</para>
 			</formalpara>
+			<important>
+				<para>
+					You can install both Tomcat 5 and Tomcat 6 in parallel on your system, however port addresses would need to be modified in order to avoid conflict.
+				</para>
+			</important>
 		</section>
 		<section id="Running_the_Installation">
 			<title>Running the Installation</title>
@@ -297,9 +302,24 @@
 					</para>	
 				</formalpara>
 				<para>
-					Then change into the <filename>tomcat5/bin</filename> directory for Tomcat 5 or <filename>tomcat6/bin</filename> for Tomcat 6.
+					The <varname>JAVA_HOME</varname> and <varname>CATALINA_HOME</varname> variables will now need to be set and this can be achieved by either modifying your <filename>.bashrc</filename> file or by modifying the Tomcat <filename>catalina.sh</filename> file.
 				</para>
 				<para>
+					If you chose to modify your <filename>.bashrc</filename> file, add the following line with the correct path to suit your systems configuration (a path is provided here as an example only):
+				</para>
+<programlisting>
+export JAVA_HOME=/usr/lib/jvm/java
+</programlisting>
+				<para>
+					If you chose to modify your <filename>tomcat5/bin/catalina.sh</filename> or <filename>tomcat6/bin/catalina.sh</filename> file (depending on the version of Tomcat installed), add the following line with the correct path to suit your systems configuration (a path is provided here as an example only): 
+				</para>
+<programlisting>
+JAVA_HOME=/usr/lib/jvm/java
+</programlisting>
+				<para>
+					Next, change into the <filename>tomcat5/bin</filename> directory for Tomcat 5 or <filename>tomcat6/bin</filename> for Tomcat 6 if you are not already in the directory.
+				</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>




More information about the jboss-cvs-commits mailing list