From airavata-commits-return-1430-apmail-incubator-airavata-commits-archive=incubator.apache.org@incubator.apache.org Tue Jan 10 20:39:25 2012 Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D838B30B for ; Tue, 10 Jan 2012 20:39:25 +0000 (UTC) Received: (qmail 69605 invoked by uid 500); 10 Jan 2012 20:39:25 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 69554 invoked by uid 500); 10 Jan 2012 20:39:24 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 69547 invoked by uid 99); 10 Jan 2012 20:39:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 20:39:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 20:39:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E949423889ED for ; Tue, 10 Jan 2012 20:39:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r802329 - in /websites/production/airavata: ./ content/airavata/documentation/howto/howto.html Date: Tue, 10 Jan 2012 20:39:00 -0000 To: airavata-commits@incubator.apache.org From: lahiru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120110203900.E949423889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lahiru Date: Tue Jan 10 20:39:00 2012 New Revision: 802329 Log: minor modifications for tomcat installation instructions. Modified: websites/production/airavata/ (props changed) websites/production/airavata/content/airavata/documentation/howto/howto.html Propchange: websites/production/airavata/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Tue Jan 10 20:39:00 2012 @@ -1 +1 @@ -/websites/staging/airavata/trunk:790685-802309 +/websites/staging/airavata/trunk:790685-802328 Modified: websites/production/airavata/content/airavata/documentation/howto/howto.html ============================================================================== --- websites/production/airavata/content/airavata/documentation/howto/howto.html (original) +++ websites/production/airavata/content/airavata/documentation/howto/howto.html Tue Jan 10 20:39:00 2012 @@ -110,8 +110,13 @@ To deploy a Message Broker on Tomcat.

  • Copy AIRAVATA_HOME/standalone-server/repository/services/messagebox-0.0.1-SNAPSHOT.aar to webapps/axis2/WEB-INF/services directory.
  • 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.
  • -
  • Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory.
  • -
  • Copy directory AIRAVATA_HOME/standalone-server/bin/database_scripts to webapps/axis2/WEB-INF/lib directory.
  • +
  • Download and copy a database library (Apache Derby or MySql) to webapps/axis2/WEB-INF/lib directory
  • +
  • +

    Copy directory AIRAVATA_HOME/standalone-server/bin/database_scripts to webapps/axis2/WEB-INF/lib directory.

    +
  • +
  • +

    Copy gfac-schema-utils-.jar from AIRAVATA_HOME/standalone-server/lib director to webapps/axis2/WEB-INF/lib directory.

    +
  • 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.

    @@ -120,7 +125,7 @@ To deploy a Message Broker on Tomcat.

    Copy AIRAVATA_HOME/standalone-server/repository/services/gfac-axis2-interface-.aar to webapps/axis2/WEB-INF/services directory.

  • -

    Create a configuration file in webapps/axis2/WEB-INF/conf/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.

    +

    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.

    @@ -132,10 +137,9 @@ To deploy a Message Broker on Tomcat.

    3.4 commons-lang-2.4.jar
    3.5 commons-collection-3.2.1.jar
    -3.6 xpp3-1.1.3_7.jar

    - -
  • -

    Copy AIRAVATA_HOME/standalone-server/conf/repository.properties file to TOMCAT_HOME/bin directory.

    +3.6 xpp3-1.1.3_7.jar
    +3.7 slf4j-api-1.6.1.jar +3.8 slf4j-simple-1.6.1.jar

  • To deploy Interpretor Service on Tomcat