Changeset 6888 for ComponentRegistry


Ignore:
Timestamp:
01/08/16 08:43:59 (8 years ago)
Author:
Twan Goosen
Message:

Update and installation instructions for new base URI configuration parameters
refs #844

Location:
ComponentRegistry/branches/ComponentRegistry-2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-2.0/INSTALL

    r6881 r6888  
    6666        * eu.clarin.cmdi.componentregistry.componentSpecSchemaLocation
    6767        * eu.clarin.cmdi.componentregistry.ccrRestUrl
     68
     69- Public base location for the application: needs to be configured, and will
     70  need additional attention if the application is running behind a proxy.
     71  See context.xml for details.
  • ComponentRegistry/branches/ComponentRegistry-2.0/UPDATE

    r6875 r6888  
    2525=== 2.0 ===
    2626
     27- The application's public base URL is configured differently as of this
     28  release.
     29
     30  The following context parameter is NO LONGER USED:
     31
     32    eu.clarin.cmdi.componentregistry.serviceRootUrl <- DEPRECATED
     33
     34  Instead, configure the parameter:
     35
     36    eu.clarin.cmdi.componentregistry.serviceUrlPath
     37        e.g. "/ds/ComponentRegistry"
     38  and
     39
     40    EITHER
     41        eu.clarin.cmdi.componentregistry.serviceUrlBase
     42            e.g. "http://catalog.clarin.eu"
     43    OR (if the application is running behind a proxy)
     44            eu.clarin.cmdi.componentregistry.serviceUrlProtocolHeader
     45                    e.g. (usually) "X-FORWARDED-PROTO"
     46                AND
     47            eu.clarin.cmdi.componentregistry.serviceUrlHostHeader
     48                    e.g. (usually) "X-FORWARDED-HOST"
     49
     50  See the bundled context.xml for details and examples.
     51
    2752- The scheme for bookmark URLs of the front end have changed. Add a rewrite rule
    2853  that causes a redirect from
    2954 
    30         http://server/ComponentRegistry?param1=x&param2=y
     55    http://server/ComponentRegistry?param1=x&param2=y
    3156                                   ^
    3257  to
    3358 
    34         http://server/ComponentRegistry#/?param1=x&param2=y
     59    http://server/ComponentRegistry#/?param1=x&param2=y
    3560                                   ^^^
    3661  (Difference marked)
Note: See TracChangeset for help on using the changeset viewer.