You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2012/07/03 22:02:26 UTC

svn commit: r1356900 - /incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext

Author: lahiru
Date: Tue Jul  3 20:02:25 2012
New Revision: 1356900

URL: http://svn.apache.org/viewvc?rev=1356900&view=rev
Log:
updating 5 minutes article.

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext?rev=1356900&r1=1356899&r2=1356900&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-5-minutes.mdtext Tue Jul  3 20:02:25 2012
@@ -68,9 +68,9 @@ Tutorial is divided in to 3 simple secti
 
 1.	Configure XBaya to use the Jackrabbit repository
 	From the main menu select:<br>
+	<br>
 		`Registry` -> `Setup JCR Registry`<br>
-		![1](/airavata/documentation/system/1.png)
-		
+	<br>		
   	If you are using the default Jackrabbit server from airavata use the following information,
   	<table>
   		<tr>
@@ -86,27 +86,22 @@ Tutorial is divided in to 3 simple secti
   			<td>admin</td>
   		</tr>
   	</table>
-		![2](/airavata/documentation/system/2.png)<br>
+
         You will notice a new Component (*Application Services*) added in **Components** view (located in left side of XBaya window).<br>
-		![3](/airavata/documentation/system/3.png)
 
 2.	Make XBaya aware of simple-math-service
 	From the main menu select:<br>
 		`XBaya` -> `Import` -> `WSDL from URL...`<br>
-		![4](/airavata/documentation/system/4.png)<br>
 		Specify the WSDL URL as follows:<br>
-			`http://localhost:8080/axis2/services/SimpleMathService?wsdl`<br>
-		![5](/airavata/documentation/system/5.png)
+			`http://gw8.quarry.iu.teragrid.org:8090/axis2-samples/services/SimpleMathService?wsdl`<br>
 		
 	If the WSDL was succefully added you will see another Component in **Components** view. Expand the new Component until you see the available operations for SimpleMathServcie.<br>
-		![7](/airavata/documentation/system/6.png)
 
 	
 3.	Create the workflow
 	
 	Now create a new workflow from XBaya -> New -> Workflow so you will get a new workflow sheet in to XBaya.
 	<br>	
-        ![16](/airavata/documentation/system/7.png)
 
 	In our workflow we will invoke the greet method in SimpleMathServcie.
 	
@@ -114,7 +109,6 @@ Tutorial is divided in to 3 simple secti
 		-	the `greet` Method<br>
 		-	`Components` -> `System Components` -> `Input`<br>
 		-	`Components` -> `System Components` -> `Output`<br>
-	![10](/airavata/documentation/system/8.png)<br>
 	
 	Connect the added components as shown in the figure<br>
 	![11](/airavata/documentation/system/9.png)
@@ -127,13 +121,11 @@ You have now successfully created a work
 Now Its time to invoke the workflow. To invoke,
 From the main menu select:<br>
 		`Run` -> `Run workflow...`<br> Or just click on the red play icon at the top of XBaya.
-		![12](/airavata/documentation/system/10.png)<br>
 		Specify the input Value (Notification topic and GFac URL will work with default values).<br> 
 		Click OK. 
 
 
 Your workflow will now launch and the **Monitoring** view at the bottom of XBaya will show you the progress of the workflow execution.<br>
-![15](/airavata/documentation/system/12.png)
 
 
-  [1]: ../../development/build.html
\ No newline at end of file
+  [1]: ../../development/build.html