You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2012/10/23 15:18:20 UTC

svn commit: r835883 - in /websites/staging/airavata/trunk/content: ./ documentation/deployment.html documentation/system/advanced-workflow-samples.html documentation/system/airavata-in-5-minutes.html

Author: buildbot
Date: Tue Oct 23 13:18:19 2012
New Revision: 835883

Log:
Staging update by buildbot for airavata

Modified:
    websites/staging/airavata/trunk/content/   (props changed)
    websites/staging/airavata/trunk/content/documentation/deployment.html
    websites/staging/airavata/trunk/content/documentation/system/advanced-workflow-samples.html
    websites/staging/airavata/trunk/content/documentation/system/airavata-in-5-minutes.html

Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 23 13:18:19 2012
@@ -1 +1 @@
-1401147
+1401285

Modified: websites/staging/airavata/trunk/content/documentation/deployment.html
==============================================================================
--- websites/staging/airavata/trunk/content/documentation/deployment.html (original)
+++ websites/staging/airavata/trunk/content/documentation/deployment.html Tue Oct 23 13:18:19 2012
@@ -91,39 +91,39 @@
   <div id="content">
     <h1 class="title"></h1>
     <h3 id="how-to-start-airavata-system-and-what-is-the-order-to-start-each-component">How to start Airavata System and what is the order to start each component.</h3>
-<p>To start Airavata system users have to use the scripts provided in <AIRAVATA_HOME>/bin/. Here we define <AIRAVATA_HOME> as the location where
+<p>To start Airavata system users have to use the scripts provided in AIRAVATA_HOME/bin/. Here we define AIRAVATA_HOME as the location where
 you extract apache airavata binary. If you are running all the components with default setup, you have to start the components in the following order:</p>
 <ol>
 <li>
 <p>airavata-server.sh -   This starts the WS-Messenger component and the GFac service in the Apache Axis2 Container and points to the default
                           derby database server, which runs on port "1527". If you are starting with a different registry URL, you have to make
-                          the corresponding change in the <AIRAVATA_HOME>/standalone-server/conf/airavata-server.properties file.</p>
+                          the corresponding change in the AIRAVATA_HOME/standalone-server/conf/airavata-server.properties file.</p>
 </li>
 <li>
 <p>xbaya-gui.sh         - Now you have available GFac Service running with a Registry, so its time for you to start XBaya and run
-                          your Applications. For that copy "<AIRAVATA_HOME>/standalone-server/conf/airavata-server.properties"
-                          file into "<AIRAVATA_HOME>/bin" folder. But if you want XBaya to run with normal Web services, not with GFac
+                          your Applications. For that copy "AIRAVATA_HOME/standalone-server/conf/airavata-server.properties"
+                          file into "AIRAVATA_HOME/bin" folder. But if you want XBaya to run with normal Web services, not with GFac
                           Service you do not have to start Airvata Service, you can simply use Xbaya alone, if you require provenance,
                           you have to start Registry.</p>
 </li>
 </ol>
 <h3 id="how-to-start-the-airavata-system-components-with-mysql">How to start the Airavata System Components with MySQL</h3>
 <p>By default, Airavata is running using Apache Derby as the backend database. You can use MySQL database instead of default derby database if
-you wish. Here we define <AIRAVATA_HOME> as the location where you extract Apache Airavata binary.</p>
+you wish. Here we define AIRAVATA_HOME as the location where you extract Apache Airavata binary.</p>
 <ol>
 <li>Create a new user called airavata with password airavata in running MySQL instance</li>
 <li>Create a mysql database in your server with required name for user airavata (Assume name is:persistent_data)</li>
-<li>Copy mysql driver jar (mysql-connector-java-5.1.6.jar) to <AIRAVATA_HOME>/standalone-server/lib</li>
-<li>Edit jdbc connection URLs at airavata-server.properties file that resides in <AIRAVATA_HOME>/standalone-server/conf.
+<li>Copy mysql driver jar (mysql-connector-java-5.1.6.jar) to AIRAVATA_HOME/standalone-server/lib</li>
+<li>Edit jdbc connection URLs at airavata-server.properties file that resides in AIRAVATA_HOME/standalone-server/conf.
 You can achieve this by just un-commenting out parameters under "configuration for mysql" section and commented-out the default
 derby configurations.
          registry.jdbc.url=jdbc:mysql://localhost:3306/persistent_data
          registry.jdbc.driver=com.mysql.jdbc.Driver</li>
-<li>Go to <AIRAVATA_HOME>/bin and start the script airavata-server.sh. Now Airavata server will start with MySQL database
+<li>Go to AIRAVATA_HOME/bin and start the script airavata-server.sh. Now Airavata server will start with MySQL database
 (in this case persistent_data database).
 When starting XBaya, it should also point to the same database that we specified when starting Airavata server. In order to do that,
-copy the same airavata-server.properties file that you have edited in the 2nd step, to <AIRAVATA_HOME>/bin folder. Now you are ready
-to start XBaya. To start XBaya, go to <AIRAVATA_HOME>/bin folder and run the script xbaya-gui.sh. Now XBaya will start with the
+copy the same airavata-server.properties file that you have edited in the 2nd step, to AIRAVATA_HOME/bin folder. Now you are ready
+to start XBaya. To start XBaya, go to AIRAVATA_HOME/bin folder and run the script xbaya-gui.sh. Now XBaya will start with the
 same database that used to start Airavata server.</li>
 </ol>
 <h3 id="how-to-deploy-airavata-on-tomcat">How to Deploy Airavata on Tomcat</h3>
@@ -176,26 +176,40 @@ database and AIRAVATA_HOME/standalone-se
 <p>First create a mysql database in your server with required name (Assume name is:wsmg and username/password is : airavata/airavata).</p>
 </li>
 <li>
-<p>Create a tables in the above database using the following scripts.
-      AIRAVATA_HOME/standalone-server/bin/database_scripts/mgsBox-mysql.sql
-      AIRAVATA_HOME/standalone-server/bin/database_scripts/msgBroker-mysql.sql</p>
+<p>Create a tables in the above database using the following scripts.</p>
+<ul>
+<li>AIRAVATA_HOME/standalone-server/bin/database_scripts/mgsBox-mysql.sql</li>
+<li>AIRAVATA_HOME/standalone-server/bin/database_scripts/msgBroker-mysql.sql</li>
+</ul>
 </li>
 <li>
 <p>Change msgBox.properties and msgBroker.properties files located at AIRAVATA_HOME/standalone-server/conf with database driver name and
-database urls as below.
-      msgBox.jdbc.driver=com.mysql.jdbc.Driver
-      msgBox.jdbc.url=jdbc:mysql://localhost:3306/wsmg?user=airavata&amp;password=airavata
-      broker.jdbc.driver=com.mysql.jdbc.Driver
-      broker.jdbc.url=jdbc:mysql://localhost:3306/wsmg?user=airavata&amp;password=airavata</p>
+database urls as below.</p>
+<ul>
+<li>
+<p>In msgBox.properties file</p>
+<ul>
+<li>msgBox.jdbc.driver=com.mysql.jdbc.Driver</li>
+<li>msgBox.jdbc.url=jdbc:mysql://localhost:3306/wsmg?user=airavata&amp;password=airavata</li>
+</ul>
 </li>
-</ol>
-<p>Once you update the parameters, make sure that you have commented-out default derby values and uncommented-out mysql values.
-Now your msgBox.properties file would look like above.</p>
-<p>In the similar manner update the msgBroker.properties file as well.</p>
-<ol>
-<li>Change the driver class name based on your driver and copy your driver(in this case, it is mysql-connector-java-5.1.13-bin.jar) to
+<li>
+<p>In msgBroker.properties file </p>
+<ul>
+<li>broker.jdbc.driver=com.mysql.jdbc.Driver</li>
+<li>broker.jdbc.url=jdbc:mysql://localhost:3306/wsmg?user=airavata&amp;password=airavata</li>
+</ul>
+</li>
+<li>
+<p>Once you update the parameters, make sure that you have commented-out default derby values and uncommented-out mysql values.</p>
+</li>
+</ul>
+</li>
+<li>
+<p>Change the driver class name based on your driver and copy your driver(in this case, it is mysql-connector-java-5.1.13-bin.jar) to
 AIRAVATA_HOME/standalon-server/lib directory and start the server. To start the server, go to AIRAVATA_HOME/bin folder and run the script
-airavata-server.sh/airavata-server.bat. Now you are ready to go with Mysql database.</li>
+airavata-server.sh/airavata-server.bat. Now you are ready to go with Mysql database.</p>
+</li>
 </ol>
 <h3 id="how-can-i-run-ws-messenger-without-using-any-database">How can I run WS-Messenger without using any database.</h3>
 <p>Yes, WS-Messenger supports in-memory messaging. If you want to change message broker or message box to be in memory you simply have to change the appropriate property in

Modified: websites/staging/airavata/trunk/content/documentation/system/advanced-workflow-samples.html
==============================================================================
--- websites/staging/airavata/trunk/content/documentation/system/advanced-workflow-samples.html (original)
+++ websites/staging/airavata/trunk/content/documentation/system/advanced-workflow-samples.html Tue Oct 23 13:18:19 2012
@@ -139,9 +139,7 @@
 <li>
 <p>Now Run the following scripts in the given order below to start the components of Airavata.
 <br></br>
-AIRAVATA_HOME/bin/jackrabbit-server.sh - This will start Jackrabbit repository on port 8081.
-<br></br>
-AIRAVATA_HOME/bin/airavata-server.sh - This will start SimpleAxis2Server on port 8080
+AIRAVATA_HOME/bin/airavata-server.sh - This will start SimpleAxis2Server on port 8080 and with default derby database which run on port 1527
 <br></br>
 AIRAVATA_HOME/bin/xbaya-gui.sh - This will start XBaya GUI application.
 <br></br></p>

Modified: websites/staging/airavata/trunk/content/documentation/system/airavata-in-5-minutes.html
==============================================================================
--- websites/staging/airavata/trunk/content/documentation/system/airavata-in-5-minutes.html (original)
+++ websites/staging/airavata/trunk/content/documentation/system/airavata-in-5-minutes.html Tue Oct 23 13:18:19 2012
@@ -152,7 +152,7 @@
 <ul>
 <li>From the main menu select: <code>Registry</code> -&gt; <code>Setup Airavata Registry</code></li>
 <li>
-<p>If you are using the default Jackrabbit server from Airavata use the following information,
+<p>If you are using the default derby database as your registry from Airavata use the following information,
 <table border="1">
     <tr>
         <td><b>Username</b></td>