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

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

Author: heshan
Date: Tue Jul 24 18:54:26 2012
New Revision: 1365221

URL: http://svn.apache.org/viewvc?rev=1365221&view=rev
Log: (empty)

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

Modified: incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext?rev=1365221&r1=1365220&r2=1365221&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/system/airavata-in-10-minutes.mdtext Tue Jul 24 18:54:26 2012
@@ -50,15 +50,30 @@ AIRAVATA_HOME/bin/airavata-server.sh - T
 <br></br>
 AIRAVATA_HOME/bin/xbaya-gui.sh - This will start XBaya GUI application.
 <br></br>
-4. The release package will contains an echo command-line application in AIRAVATA_HOME/samples/echo.sh. Now you will register this application and wrap it as a Web service using XBaya. Use following screenshots to register an application
+4. The release package will contains an echo command-line application in AIRAVATA_HOME/samples/echo.sh. Now you will
+register this application and wrap it as a Web service using XBaya. Use following screenshots to register an application
 
 	- First, we will register a Host Description using menu XBaya -> Add Host ...
 	  If Registry location is unknown, there will be a popup asking for an Registry URL. 
 	  Giving URL: http://localhost:8081/rmi (keep the default values as it is) with
-	  registry username and password as admin/admin. After adding registry successfully
-	  you will see a Host Desciption Register form
+	  registry username and password as admin/admin.
+  	<table border="1">
+        <tr>
+            <td><b>URL</b></td>
+            <td>http://localhost:8081/rmi</td>
+        </tr>
+        <tr>
+            <td><b>Username</b></td>
+            <td>admin</td>
+        </tr>
+        <tr>
+            <td><b>Password</b></td>
+            <td>admin</td>
+        </tr>
+    </table>
 	<br></br>
-  	- Give name and address of the host. Use LocalHost and 127.0.0.1 for this tutorial
+  	- After adding registry successfully, you will see a Host Desciption Register form. Give name and address of the
+  	  host. Use LocalHost and 127.0.0.1 for this tutorial
   	<table border="1">
         <tr>
             <td><b>Host ID</b></td>
@@ -73,7 +88,7 @@ AIRAVATA_HOME/bin/xbaya-gui.sh - This wi
             <td>Local</td>
         </tr>
     </table>
-	<br></br>
+
 	- Second, we will register a Service Description using menu XBaya -> Register Application ...
 	  This information is used to describe our web service i.e. service name, input parameters, and output parameters.
 	  Since our echo.sh need String as an input and will produce String as output, insert the following value.