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/09 23:22:55 UTC

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

Author: lahiru
Date: Mon Jan  9 22:22:55 2012
New Revision: 1229396

URL: http://svn.apache.org/viewvc?rev=1229396&view=rev
Log:
modidying instruction on how to deploy on tomcat.

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=1229396&r1=1229395&r2=1229396&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Mon Jan  9 22:22:55 2012
@@ -33,9 +33,12 @@ To deploy a Message Box on Tomcat.
    
 To deploy a GFac Axis2 Service on Tomcat.
 
-1. Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.
+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_TRUNK/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.
 
-2. 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.    
 
 3. Copy the following Jar files to webapps/axis2/WEB-INF/lib folder.
 
@@ -46,6 +49,15 @@ To deploy a GFac Axis2 Service on Tomcat
 	3.5 commons-collection-3.2.1.jar<br>
 	3.6 xpp3-1.1.3_7.jar<br>
 
+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.
+
+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].
 
 4. Copy AIRAVATA_HOME/standalone-server/conf/repository.properties file to TOMCAT_HOME/bin directory.