[jboss-cvs] JBossAS SVN: r86461 - 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 03:19:19 EDT 2009


Author: Darrin
Date: 2009-03-30 03:19:19 -0400 (Mon, 30 Mar 2009)
New Revision: 86461

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:58:02 UTC (rev 86460)
+++ projects/docs/enterprise/4.3.3/Common_Criteria_Guide/en-US/System_Installation.xml	2009-03-30 07:19:19 UTC (rev 86461)
@@ -411,46 +411,59 @@
                 installed JBoss EAP.
                 </para>
                 
-                <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
+                <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
 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>
-                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