Author: jeff.yuchang
Date: 2010-09-09 04:18:33 -0400 (Thu, 09 Sep 2010)
New Revision: 939
Modified:
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml
Log:
* RIFTSAW-256, updated section with respect to upgrading webservice.
Modified:
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
---
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-09-09
08:13:39 UTC (rev 938)
+++
branches/RiftSaw-2.1.x/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-09-09
08:18:33 UTC (rev 939)
@@ -87,7 +87,7 @@
<itemizedlist>
<listitem>
Edit the <emphasis
role="bold">install/deployment.properties</emphasis> file to update
- the JBossAS and JBossESB location settings.
+ the <emphasis role="bold">JBossAS location, JBoss AS instance,
database and JBossESB location</emphasis>.
</listitem>
<listitem>
<para>
@@ -186,19 +186,29 @@
<title>Upgrade web service for JBoss AS</title>
<para>
Upgrading the web service stack for JBoss AS is now required. The following
command:
- <command>ant deploy -Ddatabase=... -Dws.stack=...
-Dws.version=...</command>
+ <command>ant deploy -Ddatabase=... -Dws.stack=... -Dws.version=...
-Dorg.jboss.as.config=...</command>
will help you download the web service stack, and then upgrade it for JBoss AS,
while deploying RiftSaw.
<itemizedlist>
<listitem>
- Available ws.stack options: 'native' or 'cxf'
+ Available ws.stack options: 'native' or 'cxf'. default value is
'native'.
</listitem>
<listitem>
- Available ws.version options: '3.2.1.GA' or higher
+ Available ws.version options: '3.2.1.GA' or higher. default value is
'3.1.2.GA'
</listitem>
+ <listitem>
+ Available org.jboss.as.config options: all, default, or standard. default value
is 'default'
+ </listitem>
</itemizedlist>
+ OR you could go to the jbossws download page (<ulink
url="http://jboss.org/jbossws/downloads.html">http://jboss.o...>)
to get the specific distro that you want, and doing the upgrade according to
$jbossws/docs/Install.txt
+ </para>
+ <para>
+ <tip>
+ If you want to upgrade JBoss WS other than 'all', 'default'
and 'standard' domain config, you can refer to this jira (<ulink
url="https://jira.jboss.org/browse/RIFTSAW-265">https://jira...>)
for more detail information.
+ </tip>
</para>
</section>
+
</section>
</chapter>