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/01/10 21:39:00 UTC

svn commit: r802329 - in /websites/production/airavata: ./ content/airavata/documentation/howto/howto.html

Author: lahiru
Date: Tue Jan 10 20:39:00 2012
New Revision: 802329

Log:
minor modifications for tomcat installation instructions.

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

Propchange: websites/production/airavata/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jan 10 20:39:00 2012
@@ -1 +1 @@
-/websites/staging/airavata/trunk:790685-802309
+/websites/staging/airavata/trunk:790685-802328

Modified: websites/production/airavata/content/airavata/documentation/howto/howto.html
==============================================================================
--- websites/production/airavata/content/airavata/documentation/howto/howto.html (original)
+++ websites/production/airavata/content/airavata/documentation/howto/howto.html Tue Jan 10 20:39:00 2012
@@ -110,8 +110,13 @@ To deploy a Message Broker on Tomcat.</p
 <ol>
 <li>Copy AIRAVATA_HOME/standalone-server/repository/services/messagebox-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.</li>
 <li>Create a configuration file in webapps/axis2/WEB-INF/conf/msgBox.properties. A sample configuration can be looked up in AIRAVATA_HOME/standalone-server/conf/msgBox.properties. </li>
-<li>Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory.</li>
-<li>Copy directory AIRAVATA_HOME/standalone-server/bin/database_scripts to webapps/axis2/WEB-INF/lib directory.</li>
+<li>Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory </li>
+<li>
+<p>Copy directory AIRAVATA_HOME/standalone-server/bin/database_scripts to webapps/axis2/WEB-INF/lib directory.</p>
+</li>
+<li>
+<p>Copy gfac-schema-utils-<version>.jar from AIRAVATA_HOME/standalone-server/lib director to webapps/axis2/WEB-INF/lib directory.</p>
+</li>
 </ol>
 <p>Note: If you have already deployed MessageBroker in the same tomcat you can skip the step 3 and 4.</p>
 <p>To deploy a GFac Axis2 Service on Tomcat.</p>
@@ -120,7 +125,7 @@ To deploy a Message Broker on Tomcat.</p
 <p>Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-<version>.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_HOME/standalone-server/conf/repository.properties. Based on your setup configure the GSI security credentials and certificate paths in the properties file.</p>
+<p>Create a configuration file in webapps/axis2/WEB-INF/lib/repository.properties. A sample configuration can be looked up in AIRAVATA_HOME/standalone-server/conf/repository.properties. Based on your setup configure the GSI security credentials and certificate paths in the properties file.</p>
 </li>
 </ol>
 <p>Note: keep the same properties file in TOMCAT_HOME/bin directory too.. This issue will be fixed in later release.</p>
@@ -132,10 +137,9 @@ To deploy a Message Broker on Tomcat.</p
 3.3 commons-configuration-1.6.jar<br>
 3.4 commons-lang-2.4.jar<br>
 3.5 commons-collection-3.2.1.jar<br>
-3.6 xpp3-1.1.3_7.jar<br></p>
-</li>
-<li>
-<p>Copy AIRAVATA_HOME/standalone-server/conf/repository.properties file to TOMCAT_HOME/bin directory.</p>
+3.6 xpp3-1.1.3_7.jar<br>
+3.7 slf4j-api-1.6.1.jar
+3.8 slf4j-simple-1.6.1.jar</p>
 </li>
 </ol>
 <p>To deploy Interpretor Service on Tomcat</p>