Return-Path: X-Original-To: apmail-incubator-rave-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-rave-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 D15324B1B for ; Wed, 13 Jul 2011 07:27:07 +0000 (UTC) Received: (qmail 8635 invoked by uid 500); 13 Jul 2011 07:27:07 -0000 Delivered-To: apmail-incubator-rave-commits-archive@incubator.apache.org Received: (qmail 8549 invoked by uid 500); 13 Jul 2011 07:27:04 -0000 Mailing-List: contact rave-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rave-dev@incubator.apache.org Delivered-To: mailing list rave-commits@incubator.apache.org Received: (qmail 8492 invoked by uid 99); 13 Jul 2011 07:27:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 07:27:03 +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; Wed, 13 Jul 2011 07:27:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A26092388994 for ; Wed, 13 Jul 2011 07:26:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r792620 - /websites/staging/rave/trunk/content/rave/installing/host-configuration.html Date: Wed, 13 Jul 2011 07:26:41 -0000 To: rave-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110713072641.A26092388994@eris.apache.org> Author: buildbot Date: Wed Jul 13 07:26:41 2011 New Revision: 792620 Log: Staging update by buildbot Modified: websites/staging/rave/trunk/content/rave/installing/host-configuration.html Modified: websites/staging/rave/trunk/content/rave/installing/host-configuration.html ============================================================================== --- websites/staging/rave/trunk/content/rave/installing/host-configuration.html (original) +++ websites/staging/rave/trunk/content/rave/installing/host-configuration.html Wed Jul 13 07:26:41 2011 @@ -69,17 +69,17 @@

Host configuration

The default configuration uses the following URL's:

    -
  • Portal: http://localhost:8080/portal
  • -
  • OpenSocial engine gadgets rendering http://localhost:8080/gadgets
  • +
  • Portal: http://localhost:8080/portal
  • +
  • Base URL for rendering OpenSocial gadgets http://localhost:8080/gadgets

Override portal configuration

First configure the portal to call a different URL for the OpenSocial engine:

  • Make a copy of portal.properties
  • -
  • Change the properties 'portal.opensocial_engine.protocol', 'portal.opensocial_engine.root' and/or 'portal.opensocial_engine.gadget_path'
  • -
  • Set a system property 'portal.override.properties' that points to the location of the custom properties file.
      -
    • File system: 'portal.override.properties=/new/location/of/myportal.properties'
    • -
    • Classpath: 'portal.override.properties=classpath:myportal.properties'
    • +
    • Change the properties portal.opensocial\_engine.protocol, portal.opensocial\_engine.root and/or portal.opensocial\_engine.gadget\_path
    • +
    • Set a system property portal.override.properties that points to the location of the custom properties file.
        +
      • File system: portal.override.properties=/new/location/of/myportal.properties
      • +
      • Classpath: portal.override.properties=classpath:myportal.properties
    @@ -90,14 +90,14 @@
  • Make a copy of container.js (check if this version is still valid for your release)
  • Make a copy of shindig.properties (check if this version is still valid for your release)
  • Change the properties that point to localhost, port 8080 or http
  • -
  • Change the reference in 'shindig.properties' to 'container.js': 'shindig.containers.default=/new/location/of/container.js'
  • -
  • Set a system property 'shindig.override.properties' that points to the location of the custom properties file.
      -
    • File system: 'shindig.override.properties=/new/location/of/myshindig.properties'
    • -
    • Classpath: 'shindig.override.properties=classpath:myshindig.properties'
    • +
    • Change the reference in shindig.properties to container.js: shindig.containers.default=/new/location/of/container.js
    • +
    • Set a system property shindig.override.properties that points to the location of the custom properties file.
        +
      • File system: shindig.override.properties=/new/location/of/myshindig.properties
      • +
      • Classpath: shindig.override.properties=classpath:myshindig.properties
    -

    Note: if the OpenSocial engine still points to localhost, also set a system property 'shindig.host' to change the host.

    +

    Note: if the OpenSocial engine still points to localhost, also set a system property shindig.host to change the host.