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/02/17 19:13:04 UTC

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

Author: lahiru
Date: Fri Feb 17 18:13:04 2012
New Revision: 1245689

URL: http://svn.apache.org/viewvc?rev=1245689&view=rev
Log:
fixing documentation based on reason build changes done to 0.2 RC.

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=1245689&r1=1245688&r2=1245689&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Fri Feb 17 18:13:04 2012
@@ -19,53 +19,40 @@ In order to deploy Airavata system on To
 We have tested Airavat with Apache Axis2 1.5.1 Release, so you can use the same release and first deploy Axis2 1.5.1 war in to tomcat.
 To deploy a Message Broker on Tomcat.
 
-1. Copy AIRAVATA_HOME/standalone-server/repository/services/messagebroker-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.
+1. Copy AIRAVATA_HOME/standalone-server/repository/services/messagebroker-0.0.1-SNAPSHOT.jar to webapps/axis2/WEB-INF/services directory.
 2. Create a configuration file in webapps/axis2/WEB-INF/conf/msgBroker.properties. A sample configuration can be looked up in AIRAVATA_HOME/standalone-server/conf/msgBroker.properties. 
 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.
  
 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.
+1. Copy AIRAVATA_HOME/standalone-server/repository/services/messagebox-0.0.1-SNAPSHOT.jar 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 
 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.
- 
+5. Copy all the jars from AIRAVATA_HOME/standalone-server/lib director to webapps/axis2/WEB-INF/lib directory.
+   (You have to copy all the jars if you deploy all the services of airavata in to one tomcat otherwise you only need to copy service specific dependent jars. We hope to document that soon) 
 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.
+1. Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-<version>.jar to webapps/axis2/WEB-INF/services directory.
 
 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.
 
 
-3. Copy the following Jar files to webapps/axis2/WEB-INF/lib folder.
-
-	3.1 All the jackrabbit jars<br>
-	3.2 jcr-2.0.jar<br>
-	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>
-	3.7 slf4j-api-1.6.1.jar
-	3.8 slf4j-simple-1.6.1.jar
-
 To deploy Interpretor Service on Tomcat
 
-1. Copy AIRAVATA_HOME/standalone-server/repository/services/xbaya-gui-<version>.aar to webapps/axis2/WEB-INF/services directory.
+1. Copy AIRAVATA_HOME/standalone-server/repository/services/xbaya-gui-<version>.jar to webapps/axis2/WEB-INF/services directory.
 
 2. Create configuration file in webapps/axis2/WEB-INF/lib/xbaya.properties and fill up the following property names values based on your gsi security credentials.
 	myproxy.user
 	myproxy.password
 (This step will be required from 0.3 release if you are using previous release users do not have to create xbaya.properties file)
 
-(Optional) To customize the logging level, download and copy needed slf4j library to webapps/axis2/WEB-INF/lib. Please refer to this [instruction][2].
-
 
 ### How do I use only WS-Messenger component