[jboss-cvs] JBossAS SVN: r85656 - 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 9 19:58:13 EDT 2009


Author: irooskov at redhat.com
Date: 2009-03-09 19:58:13 -0400 (Mon, 09 Mar 2009)
New Revision: 85656

Modified:
   projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml
Log:
updated Release Notes with JBPAPP-1753 fixes


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-09 23:15:34 UTC (rev 85655)
+++ projects/docs/enterprise-EWS/1.0.0/Release_Notes/en-US/Release_Notes.xml	2009-03-09 23:58:13 UTC (rev 85656)
@@ -317,6 +317,7 @@
 					<para>
 						After extracting the zip file, check to see if a user called <varname>tomcat</varname> exists on the system by running the following command: 
 					</para>
+				</formalpara>
 <programlisting>
 id tomcat
 </programlisting>
@@ -348,7 +349,6 @@
 					<para>
 						Now 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>
 					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>
@@ -388,15 +388,50 @@
 <programlisting>
 tomcat6 stop
 </programlisting>
+					<para>
+						If you prefer to run Tomcat as root, the follwing scripts can be executed:
+					</para>
+					<para>
+						To start Tomcat:
+					</para>
+<programlisting>
+sh startup.sh
+</programlisting>
+					<para>
+						To stop Tomcat:
+					</para>
+<programlisting>
+sh shutdown.sh
+</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, check to see if a user called <varname>apache</varname> exists on the system by running the following command: 
+					</para> -->
 					<para>
-						After extracting the zip file, check to see if a user called <varname>apache</varname> exists on the system by running the following command: 
+						After extracting the zip file, change into the <classname>httpd</classname> directory and run the post install script by executing the following: 
 					</para>
+				</formalpara>
 <programlisting>
+./.postinstall
+</programlisting>
+				<para>
+					Start the HTTP server by changing to the <filename>sbin</filename> directory and executing:
+				</para>
+<programlisting>
+LD_LIBRARY_PATH=install_path/httpd/lib ./httpd -f install_path/httpd/conf/httpd.conf -E install_path/httpd/logs/httpd.log -k start
+</programlisting>
+				<para>
+					Stop the HTTP server by executing:
+				</para>
+<programlisting>
+LD_LIBRARY_PATH=install_path/httpd/lib ./httpd -f install_path/httpd/conf/httpd.conf -E install_path/httpd/logs/httpd.log -k stop
+</programlisting>
+				<!--
+<programlisting>
 id apache
 </programlisting>
 					<para>
@@ -420,11 +455,9 @@
 					<para>
 						To test that the above commands have been successful, check that the <varname>apache</varname> user has execution permission to the httpd install path.
 					</para>
-					</para>
 					<para>
 						Now 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>
@@ -437,6 +470,7 @@
 <programlisting>
 httpd -f /httpd/conf/httpd.conf -E /httpd/logs/httpd.log -k stop
 </programlisting>
+-->
 				<formalpara>
 					<title>Running the mod_jk</title>
 					<para>
@@ -445,11 +479,14 @@
 				</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.
+					</para> -->
 					<para>
-						In order to use the native library for Tomcat, the <varname>LD_LIBRARY_PATH</varname> variable must point to the library.
+						The native library for Tomcat is setup to be used by default, with the <varname>LD_LIBRARY_PATH</varname> and <varname>-Djava.library.path</varname> having been set accordingly within the <filename>catalina.sh</filename> file.
 					</para>
 				</formalpara>
-					<para>
+<!--					<para>
 						For Tomcat 5 set the following: 
 					</para>
 <programlisting>
@@ -460,7 +497,7 @@
 					</para>
 <programlisting>
 	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
-</programlisting>
+</programlisting> -->
 			<!--		<para>
 						Since it depends on the <filename>apr</filename> package, it is best to install <filename>libapr-1.so</filename> at the same place as the above library.
 					</para> -->
@@ -505,12 +542,12 @@
 				<para>
 					The output will be:
 				</para>
-				<screen>
-					The following packages are available:
-					1  RHATews     Red Hat Enterprise Web Server (i386) 1.0.0,REV=2.el5
+<screen>
+The following packages are available:
+1  RHATews     Red Hat Enterprise Web Server (i386) 1.0.0,REV=2.el5
 					
-					Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]:
-				</screen>
+Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]:
+</screen>
 				<para>
 					Type <code>1</code> or just press <code>enter</code>.
 				</para>




More information about the jboss-cvs-commits mailing list