[jboss-cvs] JBossAS SVN: r86457 - projects/docs/enterprise/4.3.3/Common_Criteria_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 30 02:35:24 EDT 2009


Author: Darrin
Date: 2009-03-30 02:35:24 -0400 (Mon, 30 Mar 2009)
New Revision: 86457

Modified:
   projects/docs/enterprise/4.3.3/Common_Criteria_Guide/en-US/System_Installation.xml
Log:
JBOSSCC-40 - added download steps for patch

Modified: projects/docs/enterprise/4.3.3/Common_Criteria_Guide/en-US/System_Installation.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Common_Criteria_Guide/en-US/System_Installation.xml	2009-03-30 06:27:52 UTC (rev 86456)
+++ projects/docs/enterprise/4.3.3/Common_Criteria_Guide/en-US/System_Installation.xml	2009-03-30 06:35:24 UTC (rev 86457)
@@ -375,13 +375,11 @@
                 <table id="tab-md5_checksums_for_patch_files">
                     <title>MD5 checksums for patch files</title>
                     <tgroup align="left" cols="2" colsep="1" rowsep="1">
-                        <colspec colname="c1" colwidth="1*"/>
-                        <colspec colname="c2" colwidth="1*"/>
+                        <colspec colname="c1" colwidth="5*"/>
+                        <colspec colname="c2" colwidth="4*"/>
                         <thead>
                             <row>
                                 <entry>File</entry>
-                            </row>
-                            <row>
                                 <entry>MD5 Checksum</entry>
                             </row>
                         </thead>
@@ -413,59 +411,47 @@
                 installed JBoss EAP.
                 </para>
                 
-                <variablelist>
-                    <varlistentry>
-                        <term>Red Hat Enterprise Linux 4 or 5 RPM Installation</term>
-                        <listitem>
-                            <para>
-                            You can install the patch RPM that you downloaded just like any
-                            other RPM package.  You can do this using the command line or using
-                            the GUI tool of your choice.
-                            </para>
-                            <example>
-                                <title>Installing the RPM patch on Red Hat Enterprise Linux 5</title>
-                                <screen>$ rpm -ivh jbossws-2.0.1-3.SP2_CP04.3.1.ep1.el5.noarch.rpm
+                <para>
+                On a Red Hat Enterprise Linux 4 or 5 RPM installation of JBoss EAP 
+                you can install the patch RPM that you downloaded just like any
+                other RPM package.  You can do this using the command line or using
+                the GUI tool of your choice.
+                </para>
+                <example>
+                    <title>Installing the RPM patch on Red Hat Enterprise Linux 5</title>
+                    <screen>$ rpm -ivh jbossws-2.0.1-3.SP2_CP04.3.1.ep1.el5.noarch.rpm
 Preparing...                ########################################### [100%]
    1:jbossws                ########################################### [100%]</screen></example>
-                        </listitem>
-                    </varlistentry>
-                    <varlistentry>
-                        <term>Zip file installation</term>
-                        <listitem>
-                            <para>
-                            Installation of the patch on a JBoss EAP zip file install simply requires
-                            you to overwrite two jar files in the install with those that you have
-                            downloaded.
-                            </para>
-                            <procedure>
-                                <step>
-                                    <para>
-                                    Copy the downloaded <filename>jbossws-client.jar</filename>
-                                     file over the existing one in 
-                                     <filename><replaceable>%JBOSS_HOME%</replaceable>/client</filename>.
-                                    </para>
-                                </step>
-                                <step>
-                                    <para>
-                                    Copy the downloaded <filename>jbossws-core.jar</filename>
-                                     file over the existing one in 
-                                     <filename><replaceable>%JBOSS_HOME%</replaceable>/server/production/deploy/jbossws.sar/</filename>.
-                                    </para>
-                                </step>
-                                <step>
-                                    <para>
-                                    Repeat step 2 for any other server profiles that you
-                                    use, such as for development and testing.
-                                    </para>
-                                </step>
-                            </procedure>
-
-                        </listitem>
-                    </varlistentry>
-                </variablelist>
+                </para>
                 
-                
-                
+                <para>
+                Installation of the patch on a JBoss EAP zip file install simply requires
+                you to overwrite two jar files in the install with those that you have
+                downloaded.
+                </para>
+                <procedure>
+                    <step>
+                        <para>
+                        Copy the downloaded <filename>jbossws-client.jar</filename>
+                         file over the existing one in 
+                         <filename><replaceable>%JBOSS_HOME%</replaceable>/client</filename>.
+                        </para>
+                    </step>
+                    <step>
+                        <para>
+                        Copy the downloaded <filename>jbossws-core.jar</filename>
+                         file over the existing one in 
+                         <filename><replaceable>%JBOSS_HOME%</replaceable>/server/production/deploy/jbossws.sar/</filename>.
+                        </para>
+                    </step>
+                    <step>
+                        <para>
+                        Repeat step 2 for any other server profiles that you
+                        use, such as for development and testing.
+                        </para>
+                    </step>
+                </procedure>
+
             </step>
         </procedure>
 




More information about the jboss-cvs-commits mailing list