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:38:14 UTC

svn commit: r1229718 - /incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Author: lahiru
Date: Tue Jan 10 20:38:14 2012
New Revision: 1229718

URL: http://svn.apache.org/viewvc?rev=1229718&view=rev
Log:
minor modificatoins to tomcat installation instructions.

Modified:
    incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext

Modified: incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext
URL: http://svn.apache.org/viewvc/incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext?rev=1229718&r1=1229717&r2=1229718&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Tue Jan 10 20:38:14 2012
@@ -28,16 +28,18 @@ To deploy a Message Box on Tomcat.
 
 1. Copy AIRAVATA_HOME/standalone-server/repository/services/messagebox-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.
 2. 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. 
-3. Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory.
+3. Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory 
 4. Copy directory AIRAVATA_HOME/standalone-server/bin/database_scripts to webapps/axis2/WEB-INF/lib directory.
 
+5. Copy gfac-schema-utils-<version>.jar from AIRAVATA_HOME/standalone-server/lib director to webapps/axis2/WEB-INF/lib directory.
+ 
 Note: If you have already deployed MessageBroker in the same tomcat you can skip the step 3 and 4.
    
 To deploy a GFac Axis2 Service on Tomcat.
 
 1. Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-<version>.aar to webapps/axis2/WEB-INF/services directory.
 
-2. 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.
+2. 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.
 
 Note: keep the same properties file in TOMCAT_HOME/bin directory too.. This issue will be fixed in later release.
 
@@ -50,8 +52,8 @@ Note: keep the same properties file in T
 	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>
-
-4. Copy AIRAVATA_HOME/standalone-server/conf/repository.properties file to TOMCAT_HOME/bin directory.
+	3.7 slf4j-api-1.6.1.jar
+	3.8 slf4j-simple-1.6.1.jar
 
 To deploy Interpretor Service on Tomcat