You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/07/06 15:17:25 UTC

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

Author: heshan
Date: Fri Jul  6 13:17:25 2012
New Revision: 1358185

URL: http://svn.apache.org/viewvc?rev=1358185&view=rev
Log:
Update.

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=1358185&r1=1358184&r2=1358185&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Fri Jul  6 13:17:25 2012
@@ -36,46 +36,10 @@ that case you don't have to edit the air
 4) Start Tomcat server.
     * eg: ./catalina.sh start
 
-5) Before using airavata go to http://localhost:8090/jackrabbit-webapp-2.4.0 and create a default content repository.
+5) Before using Airavata go to http://localhost:8090/jackrabbit-webapp-2.4.0 and create a default content repository.
 
 6) Restart Tomcat server.
 
-
-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.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 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>.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.
-
-
-To deploy Interpretor Service on Tomcat
-
-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)
-
-
 ### How do I use only WS-Messenger component
 
 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