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 2011/12/05 23:16:59 UTC

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

Author: buildbot
Date: Mon Dec  5 22:16:59 2011
New Revision: 799747

Log:
Staging update by buildbot

Modified:
    websites/staging/airavata/trunk/content/airavata/documentation/howto/howto.html

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 Mon Dec  5 22:16:59 2011
@@ -113,7 +113,9 @@ In order to deploy Airavata system on To
 </ol>
 <p>To deploy a GFac Axis2 Service on Tomcat.</p>
 <ol>
-<li>Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.</li>
+<li>
+<p>Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.</p>
+</li>
 <li>
 <p>Create a configuration file in webapps/axis2/WEB-INF/conf/repository.properties. A sample configuration can be looked up in AIRAVATA_TRUNK/standalone-server/conf/repository.properties.  <br />
 </p>
@@ -129,6 +131,9 @@ In order to deploy Airavata system on To
 </li>
 </ol>
 <p>(Optional) To customize the logging level, download and copy needed slf4j library to webapps/axis2/WEB-INF/lib. Please refer to this <a href="http://www.slf4j.org/manual.html#binding">instruction</a>.</p>
+<ol>
+<li>Copy AIRAVATA_HOME/standalone-server/conf/repository.properties file to TOMCAT_HOME/bin directory.</li>
+</ol>
 <h3 id="how_do_i_use_only_ws-messenger_component">How do I use only WS-Messenger component</h3>
 <p>Currently first release of Airavata doesn't have a separate pack for WS-Messenger. But users can check out the source of Airavata and build only WS-Messenger and build will
 create a pack which contains only WS-Messenger components and it can be used as the WS-Messenger binary distribution.