Author: jeff.yuchang
Date: 2010-03-01 22:49:32 -0500 (Mon, 01 Mar 2010)
New Revision: 529
Modified:
trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
Log:
* update the installation steps.
Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-03-02
03:14:18 UTC (rev 528)
+++ trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml 2010-03-02
03:49:32 UTC (rev 529)
@@ -21,13 +21,10 @@
<section>
<title>Prerequisites</title>
<orderedlist>
- <listitem>JBossAS (version 5.1.GA or higher), available from <ulink
url="http://www.jboss.org/jbossas">http://www.jboss.org/jbos...
+ <listitem>JBossAS (version 5.1.0.GA or higher)
<strong>jdk6</strong> version, available from <ulink
url="http://www.jboss.org/jbossas">http://www.jboss.org/jbos...
<listitem>JBossESB (version 4.7.GA or higher), should download the
<emphasis role="bold">jbossesb-4.7.GA.zip</emphasis>, available from
<ulink
url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbo...;.
This is only required to run the ESB/BPEL example.</listitem>
<listitem>RiftSaw (version 2.0 or higher), available from <ulink
url="http://www.jboss.org/riftsaw">http://www.jboss.org/rift...
- <listitem>If using version 5.1.GA of JBossAS then it will be necessary to
- upgrade JBossWS (version 3.2.1.GA or higher),
- available from <ulink
url="http://www.jboss.org/jbossws">http://www.jboss.org/jbos...
<listitem>
Ant, available from <ulink
url="http://ant.apache.org/">http://ant.apache.org</ulink...
</listitem>
@@ -65,18 +62,6 @@
</para>
</listitem>
- <listitem>
- Upgrade JBossWS
- <para>
- This is only required if you are using 5.1.GA of JBossAS.
- </para>
- <para>
- Unpack the JBossWS installation into a location alongside the JBossAS
installation.
- Then follow the instructions in the JBossWS installation
(docs/Install.txt), to upgrade
- the JBossWS version in the JBossAS environment.
- </para>
- </listitem>
-
<listitem>
Install the RiftSaw distribution
<para>
@@ -144,6 +129,8 @@
<orderedlist>
<listitem>mysql</listitem>
<listitem>postgres</listitem>
+ <listitem>oracle</listitem>
+ <listitem>sqlserver</listitem>
</orderedlist>
<para>
@@ -153,6 +140,24 @@
command.
</para>
</section>
+
+ <section>
+ <title>Upgrade web service for JBoss AS</title>
+ <para>
+ If you want to upgrade the web service stack for JBoss AS, in the
${RiftSaw}/install folder, just run command as following:
+ <command>ant deploy -Ddatabase=... -Dws.stack=...
-Dws.version=...</command>
+ It will help you download the web service stack, and then upgrade it for JBoss
AS.
+ <itemizedlist>
+ <listitem>
+ Available ws.stack options are: 'default', 'cxf',
'metro'. 'default' means the jbossws-native.
+ </listitem>
+ <listitem>
+ Available ws.version options are: '3.2.1.GA', '3.2.2.GA'
+ </listitem>
+ </itemizedlist>
+
+ </para>
+ </section>
</section>
</chapter>