You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2011/11/04 20:54:58 UTC

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

Author: patanachai
Date: Fri Nov  4 19:54:57 2011
New Revision: 1197730

URL: http://svn.apache.org/viewvc?rev=1197730&view=rev
Log:
fix typo in deploy Tomcat section

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=1197730&r1=1197729&r2=1197730&view=diff
==============================================================================
--- incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext (original)
+++ incubator/airavata/site/trunk/content/airavata/documentation/howto/howto.mdtext Fri Nov  4 19:54:57 2011
@@ -37,19 +37,19 @@ Notice:    Licensed to the Apache Softwa
     In order to deploy Airavata system on Tomcat, you need to install Apache Axis2 on Tomcat first. Please refer to this [guide][1] for installation guide.
     
     To deploy a Message Broker on Tomcat.
-    1. Copy AIRAVATA_HOME/standalone-server/repository/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.aar 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_TRUNK/modules/ws-messenger/messagebroker/src/test/resources/conf/msgBroker.properties. 
     3. Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory.
     4. (Optional) To customize the logging level, download and copy needed slf4j library to webapps/axis2/WEB-INF/lib. Please refer to this [guide][2].
     
     To deploy a Message Box on Tomcat.
-    1. Copy AIRAVATA_HOME/standalone-server/repository/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.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_TRUNK/modules/ws-messenger/messagebox/src/test/resources/conf/msgBox.properties. 
     3. Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory.
     4. (Optional) To customize the logging level, download and copy needed slf4j library to webapps/axis2/WEB-INF/lib. Please refer to this [guide][2].
     
     To deploy a GFac Axis2 Service on Tomcat.
-    1. Copy AIRAVATA_HOME/standalone-server/repository/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-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.     
     2. (Optional) To customize the logging level, download and copy needed slf4j library to webapps/axis2/WEB-INF/lib. Please refer to this [guide][2].