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 2011/12/05 23:16:32 UTC

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

Author: lahiru
Date: Mon Dec  5 22:16:32 2011
New Revision: 1210670

URL: http://svn.apache.org/viewvc?rev=1210670&view=rev
Log:
changing instruction 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=1210670&r1=1210669&r2=1210670&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Mon Dec  5 22:16:32 2011
@@ -34,6 +34,7 @@ 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.
+
 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.
@@ -47,6 +48,7 @@ To deploy a GFac Axis2 Service on Tomcat
 
 (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.
 
 ### How do I use only WS-Messenger component