[jboss-cvs] JBossAS SVN: r85947 - 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 Mar 16 22:28:57 EDT 2009


Author: irooskov at redhat.com
Date: 2009-03-16 22:28:57 -0400 (Mon, 16 Mar 2009)
New Revision: 85947

Modified:
   projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml
Log:
updated release notes with directory structure information and tomcat 6 updates


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-16 20:51:15 UTC (rev 85946)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-03-17 02:28:57 UTC (rev 85947)
@@ -206,6 +206,26 @@
 				</para>
 			</important>
 		</section>
+		<section id="RHEL_directory_structure">
+			<title>Red Hat Enterprise Linux directory structure</title>
+			<para>
+				The following is the default directory layout after a successful installation:
+			</para>
+<screen>
+.
+|-- jboss-ews-1.0
+    |-- httpd (includes mod_jk)
+    |-- tomcat5 (includes tomcat-native)
+    |-- tomcat6 (includes tomcat-native)
+    |-- doc
+|-- jboss-ews-1.0-src
+    |-- httpd
+    |-- mod_jk
+    |-- tomcat5
+    |-- tomcat6
+    |-- tomcat-native
+</screen>
+		</section>
 		<section id="Running_the_Installation">
 			<title>Running the Installation</title>
 			<para>
@@ -292,6 +312,12 @@
 					</para>
 				</formalpara>
 				<formalpara>
+					<title>Running <filename>log4j</filename> for logging in Tomcat 6</title>
+					<para>
+						In order to use <filename>log4j</filename> for logging in Tomcat 6, install the <filename>tomcat6-log4j.rpm</filename> file.
+					</para>
+				</formalpara>
+				<formalpara>
 					<title>Running Apache Tomcat Native</title>
 					<para>
 						Edit <filename>/etc/sysconfig/tomcat5</filename> file for Tomcat 5 or <filename>/etc/sysconfig/tomcat6</filename> for Tomcat 6 and add the <varname>LD_LIBRARY_PATH</varname> variable so that it points to the library correct library:
@@ -389,7 +415,7 @@
 tomcat6 stop
 </programlisting>
 					<para>
-						If you prefer to run Tomcat as root, the follwing scripts can be executed:
+						An alternate method to start and stop Tomcat is to execute, the follwing scripts as the user <varname>tomcat</varname>:
 					</para>
 					<para>
 						To start Tomcat:
@@ -596,6 +622,44 @@
 </programlisting>
 			</section>
 		</section>
+		
+		<section id="Solaris_directory_structure">
+			<title>Solaris directory structure</title>
+			<para>
+				The following is the default directory layout after a successful installation:
+			</para>
+<screen>
+.
+|-- redhat/ews
+    |-- bin
+    |-- doc
+    |-- etc
+    |-- lib
+    |-- include
+    |-- README
+    |-- man
+    |-- share
+        |-- tomcat5
+        |-- tomcat6
+    |-- sbin
+    |-- var
+</screen>
+			<para>
+				The Solaris directory structure is different to the Red Hat Enterprise Linux structure and the reasoning for this is as follows:
+			</para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						Native solaris packages require the absolute location 
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						Solaris (and other non-Red Hat Enterprise Linux platforms) must ship and build all the dependent components such as <filename>openldap</filename>, <filename>openssl</filename>, <filename>db4</filename> and <filename>cyrus-sasl</filename> to name a few.
+					</para>
+				</listitem>
+			</itemizedlist>
+		</section>
 		<section id="Running_on_a_Solaris_Installation">
 			<title>Running on a Solaris Installation</title>
 			<formalpara>




More information about the jboss-cvs-commits mailing list