[riftsaw-commits] riftsaw SVN: r938 - trunk/docs/docbook/gettingstartedguide/src/main/module.

riftsaw-commits at lists.jboss.org riftsaw-commits at lists.jboss.org
Thu Sep 9 04:13:40 EDT 2010


Author: jeff.yuchang
Date: 2010-09-09 04:13:39 -0400 (Thu, 09 Sep 2010)
New Revision: 938

Modified:
   trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
Log:
* RIFTSAW-265, updated documentation with respect to upgrade jbossws.


Modified: trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml	2010-09-07 06:37:03 UTC (rev 937)
+++ trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml	2010-09-09 08:13:39 UTC (rev 938)
@@ -87,14 +87,14 @@
 						<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>
 								From the install folder, run:
 								</para>
 								<para>
-								<command>ant deploy -Ddatabase=... -Dws.stack=... -Dws.version=...</command>
+								<command>ant deploy -Ddatabase=... -Dws.stack=... -Dws.version=... </command>
 								</para>
 								<para>
 								to deploy RiftSaw to JBossAS, specifying a database and mandating the upgrade of the web service stack for JBossAS. 
@@ -186,17 +186,26 @@
      			<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.org/jbossws/downloads.html</ulink> 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.jboss.org/browse/RIFTSAW-265</ulink>) for more detail information.
+	     			</tip>
      			</para>
      		</section>
        </section>



More information about the riftsaw-commits mailing list