[jboss-cvs] JBossAS SVN: r102709 - projects/docs/enterprise/5.0.1/Installation_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Mar 22 01:22:24 EDT 2010
Author: laubai
Date: 2010-03-22 01:22:24 -0400 (Mon, 22 Mar 2010)
New Revision: 102709
Modified:
projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_Alternatives.xml
projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Migration.xml
Log:
Added upgrade instructions from JBPAPP-336.
Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_Alternatives.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_Alternatives.xml 2010-03-22 05:21:08 UTC (rev 102708)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Installation_Alternatives.xml 2010-03-22 05:22:24 UTC (rev 102709)
@@ -5,7 +5,7 @@
<chapter id="Installation_Alternatives">
<title>Installation Alternatives</title>
<para>
- There are two installation options available:
+ There are three installation options available:
<itemizedlist>
<listitem>
<para>
Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Migration.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Migration.xml 2010-03-22 05:21:08 UTC (rev 102708)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Migration.xml 2010-03-22 05:22:24 UTC (rev 102709)
@@ -961,6 +961,7 @@
This lets you define how the WAR's classloader is constructed. In this case, the WAR's classloader has been placed in the <literal>DefaultDomain</literal>, which is shared with all other applications that do not define their own domain. <varname>import-all</varname> is enabled, which means the classloader will look at all other classes exported by other applications. <varname>export-all</varname> is set to expose all classes in our application to other classes.
</para>
</section>
+
<section id="migration.app.scoping">
<title>EAR Scoping</title>
<para>
@@ -971,5 +972,97 @@
</programlisting>
</section>
</section>
+
+ <section id="upgrade-from-5.0">
+ <title>Upgrading from JBoss Enterprise Application Platform 5.0</title>
+ <!--<section>
+ <title>Using RHN</title>
+ <para>
+
+ </para>
+ </section>-->
+ <section>
+ <title>Using CSP/JON</title>
+ <orderedlist>
+ <listitem>
+ <para>Use <emphasis>Browse Resources</emphasis> to navigate to the resource you wish to patch.</para>
+ </listitem>
+ <listitem>
+ <para>Click on the <emphasis>Software</emphasis> tab. This tab displays all patches applicable to your resource and all patches that have previously been installed by JON on this resource.</para>
+ </listitem>
+ <listitem>
+ <para>Click on the <emphasis>Install</emphasis> link beside the patch.</para>
+ <para>Any patches without this link must be installed manually. Any patch that appears beside a <emphasis>Manually Uninstall</emphasis> link must be manually uninstalled before the new patch can be installed.</para>
+ </listitem>
+ </orderedlist>
+ <para>
+ For more information about installing a patch with CSP/JON, see the JON documentation.
+ </para>
+ </section>
+ </section>
+
+ <section id="upgrade-from-4.3">
+ <title>Upgrading from JBoss Enterprise Application Platform 4.3 CP07</title>
+ <important>
+ <para>
+ Upgrading has been tested and is supported only from the JBoss Enterprise Application Platform 4.3 CP07 release. Ensure that you have JBoss Enterprise Application Platform 4.3 CP07 before following these upgrade instructions.
+ </para>
+ </important>
+ <section>
+ <title>Using RHN</title>
+ <orderedlist>
+ <listitem>
+ <para>Subscribe to the JBoss Enterprise Application Platform 5 channel.</para>
+ </listitem>
+ <listitem>
+ <para>Unsubscribe from the JBoss Enterprise Application Platform 4 channel.</para>
+ </listitem>
+ <listitem>
+ <para>Run the installation command for your operating system as root:</para>
+ <variablelist>
+ <varlistentry>
+ <term>Red Hat Enterprise Linux 4.x</term>
+ <listitem>
+ <para><code>up2date jbossas jboss-seam2 resteasy rh-eap-docs</code></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Red Hat Enterprise Linux 5.x</term>
+ <listitem>
+ <para><code>yum install resteasy-examples rh-eap-docs-examples </code></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ <listitem>
+ <para>To install the example packages, run the example installation command for your operating system:</para>
+ <variablelist>
+ <varlistentry>
+ <term>Red Hat Enterprise Linux 4.x</term>
+ <listitem>
+ <para><code>up2date resteasy-examples rh-eap-docs-examples</code></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Red Hat Enterprise Linux 5.x</term>
+ <listitem>
+ <para><code>yum install resteasy-examples rh-eap-docs-examples</code></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </orderedlist>
+
+ <important>
+ <title>Important: Completing upgrade on Red Hat Enterprise Linux 4.x</title>
+ <para>To complete the upgrade on Red Hat Enterprise Linux 4.x, you must run the following command:</para>
+ <screen>upgrade -u</screen>
+ <para>This will update <emphasis>all</emphasis> packages, regardless of whether they belong to JBoss Enterprise Application Platform. If you do not want to upgrade all packages, you must temporarily unsubscribe from all channels from which upgrades are not acceptable.</para>
+ </important>
+
+ </section>
+
+ </section>
+
</chapter>
More information about the jboss-cvs-commits
mailing list