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/07/06 15:32:19 UTC

svn commit: r824789 - in /websites/staging/airavata/trunk/content: ./ airavata/documentation/howto/howto.html

Author: buildbot
Date: Fri Jul  6 13:32:19 2012
New Revision: 824789

Log:
Staging update by buildbot for airavata

Modified:
    websites/staging/airavata/trunk/content/   (props changed)
    websites/staging/airavata/trunk/content/airavata/documentation/howto/howto.html

Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul  6 13:32:19 2012
@@ -1 +1 @@
-1358195
+1358197

Modified: websites/staging/airavata/trunk/content/airavata/documentation/howto/howto.html
==============================================================================
--- websites/staging/airavata/trunk/content/airavata/documentation/howto/howto.html (original)
+++ websites/staging/airavata/trunk/content/airavata/documentation/howto/howto.html Fri Jul  6 13:32:19 2012
@@ -161,27 +161,35 @@ AIRAVATA_CODE/moduels/ws-messenger/distr
 <p>Currently WS-Messenger supports Derby and Mysql databases. Users have to change AIRAVATA_HOME/standalone-server/conf/msgBox.properties to change the message Box
 database and AIRAVATA_HOME/standalone-server/conf/msgBroker.properties to change the message Broker database. </p>
 <ol>
-<li>First create a mysql database in your server with required name (Assume name is:wsmg and username/password is : airavata/airavata).</li>
-<li>Create a tables in the above database using the following scripts.</li>
-</ol>
-<p>AIRAVATA_HOME/standalone-server/bin/database_scripts/mgsBox-mysql.sql</p>
-<p>AIRAVATA_HOME/standalone-server/bin/database_scripts/msgBroker-mysql.sql</p>
-<ol>
-<li>Change msgBox.properties and msgBroker.properties files with database driver name and database urls as below.</li>
-</ol>
-<p>msgBox.jdbc.driver=com.mysql.jdbc.Driver</p>
-<p>msgBox.jdbc.url=jdbc:mysql://localhost:3306/wsmg?user=airavata&amp;password=airavata</p>
-<p>broker.jdbc.driver=com.mysql.jdbc.Driver</p>
-<p>broker.jdbc.url=jdbc:mysql://localhost:3306/wsmg?user=airavata&amp;password=airavata</p>
-<ol>
-<li>Change the driver class name based on your driver and copy your driver to AIRAVATA_HOME/standalon-server/lib directory and start the server.. You are ready to go with 
-   Mysql database.</li>
+<li>
+<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.</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 with database driver name and database urls as below.</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>
+<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>Change the driver class name based on your driver and copy your driver to AIRAVATA_HOME/standalon-server/lib directory and start the server.. 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
-msgBroker.properties and msgBox.properties as below.</p>
-<p>For Message Box - AIRAVATA_HOME/standalone-server/conf/msgBox.properties - msgBox.usedatabase=true</p>
-<p>For Message Broker - AIRAVATA_HOME/standalone-server/conf/msgBroker.properties - broker.storage.type=memory</p>
+msgBroker.properties and msgBox.properties as below.
+    * For Message Box - AIRAVATA_HOME/standalone-server/conf/msgBox.properties - msgBox.usedatabase=true
+    * For Message Broker - AIRAVATA_HOME/standalone-server/conf/msgBroker.properties - broker.storage.type=memory</p>
 <h3 id="how-to-use-xbaya-arguments">How to use XBaya Arguments</h3>
 <p>XBaya can be started using AIRAVATA_HOME/bin/xbaya-gui.sh in the binary distribution.
 During XBaya startup you can give number of arguments for quick detail you can run xbaya-gui.sh with -help.</p>