[jbosstools-commits] JBoss Tools SVN: r22126 - trunk/bpel/docs/reference/en-US/modules.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon May 17 12:02:21 EDT 2010


Author: ochikvina
Date: 2010-05-17 12:02:20 -0400 (Mon, 17 May 2010)
New Revision: 22126

Modified:
   trunk/bpel/docs/reference/en-US/modules/install.xml
Log:
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/browse/TOOLSDOC-48 - Updated &quot;Installation JBoss BPEL Runtime&quot; section and added the info about the prerequisites. </p>
</body></html>


Modified: trunk/bpel/docs/reference/en-US/modules/install.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/modules/install.xml	2010-05-17 15:58:03 UTC (rev 22125)
+++ trunk/bpel/docs/reference/en-US/modules/install.xml	2010-05-17 16:02:20 UTC (rev 22126)
@@ -28,19 +28,35 @@
     <section id="installRuntime">
         <title>Installation JBoss BPEL Runtime</title>
         <itemizedlist>
-            <listitem><para>Unpack the JBossAS installation archive into the required location.Then in the 
+            <listitem>
+                <para>Unpack the JBossAS installation archive into the required location. 
+                </para>
+            </listitem>
+            <listitem>
+                <para>Unpack the RiftSaw distribution into the location
+                    alongside the JBossAS installation:</para>
+                <itemizedlist>
+                    <listitem>
+                        <para>Edit the <property>install/deployment.properties</property> file to update 
+                        the JBossAS location settings.
+                        </para>
+                    </listitem>
+                    <listitem>
+                        <para>From the <property>install</property> folder,
+                            run: <property>ant deploy -Ddatabase=hsql</property>
+                        to deploy RiftSaw to JBossAS.
+                        </para>
+                    </listitem>
+                </itemizedlist>
+            </listitem>
+            <listitem>
+                <para>Then in the 
                 <property>${RiftSaw}/install</property> folder run the command:
                 <property>ant deploy -Ddatabase=hsql -Dws.stack=native -Dws.version=3.2.2.GA</property>  
-                It will help you to download the web service stack, and then upgrade it for JBoss AS. 
-            </para></listitem>
-            <listitem><para>Unpack the RiftSaw distribution into the location alongside the JBossAS installation.
-                * Edit the <property>install/deployment.properties</property> file to update the JBossAS location settings.
-                * From the <property>install</property> folder, run: <property>ant deploy -Ddatabase=hsql</property>
-                to deploy RiftSaw to JBossAS.
-               </para></listitem>
-           </itemizedlist>
-     
+                It will help you to download the web service stack, and then upgrade it for JBoss AS.
+                </para>
+            </listitem>
+                    </itemizedlist>
         
-        
     </section>
 </chapter>
\ No newline at end of file



More information about the jbosstools-commits mailing list