Ignore:
Timestamp:
08/11/14 16:07:55 (10 years ago)
Author:
olhsha@mpi.nl
Message:

Added group service. Tested via the tomcat on loclahots (test URI and postman), old unit tests are adjusted and work well. Todo: retest on localhost tomcat, look at run-time exceptions, add new unit tests, adjust front-end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/META-INF/context.xml

    r4098 r5549  
    3636-->
    3737<Context antiJARLocking="true" path="/ComponentRegistry">
    38     <!--
     38  <!--
    3939        Passed to the Flex UI via index.jsp so that it can locate the
    4040        ComponentRegistry REST service. Just supply the application root:
    4141        the '/rest/registry' part will be added by the application.
    4242    -->
    43     <Parameter
    44         name="eu.clarin.cmdi.componentregistry.serviceRootUrl"
    45         value="${serviceRootUrl}" />
    46    
    47     <!--
     43  <Parameter name="eu.clarin.cmdi.componentregistry.serviceRootUrl" value="${serviceRootUrl}"/>
     44  <!--
    4845        Location that gets redirected to from /documentation.jsp, which in turn is linked to
    4946        from the Flex application through the 'Help' link button.
    5047    -->
    51     <Parameter
    52         name="eu.clarin.cmdi.componentregistry.documentationUrl"
    53         value="http://www.clarin.eu/cmdi" />
    54    
    55     <!--
     48  <Parameter name="eu.clarin.cmdi.componentregistry.documentationUrl" value="http://www.clarin.eu/cmdi"/>
     49  <!--
    5650        Space-separated list of users (getRemoteUser()) that should have access to the admin area of the ComponentRegistry
    5751    -->
    58     <Parameter
    59         name="eu.clarin.cmdi.componentregistry.adminUsers"
    60         value="twagoo@mpi.nl olhsha@mpi.nl daan.broeder@mpi.nl dietuyt@mpi.nl Menzo.Windhouwer@mpi.nl" />
    61 
    62     <!--
     52  <Parameter name="eu.clarin.cmdi.componentregistry.adminUsers" value="twagoo@mpi.nl olhsha@mpi.nl daan.broeder@mpi.nl dietuyt@mpi.nl Menzo.Windhouwer@mpi.nl"/>
     53  <!--
    6354        Location of the CMDI general component schema that validates component specifications
    6455    -->
    65     <Parameter
    66         name="eu.clarin.cmdi.componentregistry.generalComponentSchemaUrl"
    67         value="https://infra.clarin.eu/cmd/general-component-schema.xsd" />
    68    
    69     <!--
     56  <Parameter name="eu.clarin.cmdi.componentregistry.generalComponentSchemaUrl" value="https://infra.clarin.eu/cmd/general-component-schema.xsd"/>
     57  <!--
    7058        Location of the stylesheet that transforms component specifications into XML schema documents
    7159    -->
    72     <Parameter
    73         name="eu.clarin.cmdi.componentregistry.component2SchemaXslUrl"
    74         value="https://infra.clarin.eu/cmd/xslt/comp2schema-v2/comp2schema.xsl" />
    75 
    76     <!--
     60  <Parameter name="eu.clarin.cmdi.componentregistry.component2SchemaXslUrl" value="https://infra.clarin.eu/cmd/xslt/comp2schema-v2/comp2schema.xsl"/>
     61  <!--
    7762        Schema location that will go into xsi:schemaLocation attribute of component specification. Beware this should follow
    7863        XML standards and have a namespace component (URI) and schema location component (URL) separated by a space
    7964    -->
    80     <Parameter
    81         name="eu.clarin.cmdi.componentregistry.componentSpecSchemaLocation"
    82         value="http://www.clarin.eu/cmd https://infra.clarin.eu/cmd/general-component-schema.xsd" />
    83 
    84     <!--
     65  <Parameter name="eu.clarin.cmdi.componentregistry.componentSpecSchemaLocation" value="http://www.clarin.eu/cmd https://infra.clarin.eu/cmd/general-component-schema.xsd"/>
     66  <!--
    8567        Base location of the ISOcat service
    8668    -->
    87     <Parameter
    88         name="eu.clarin.cmdi.componentregistry.isocatRestUrl"
    89         value="https://catalog.clarin.eu/isocat/rest/" />
    90        
    91     <Parameter
    92         name="eu.clarin.cmdi.componentregistry.jpaDialect"
    93         value="org.hibernate.dialect.PostgreSQLDialect" />
    94 
    95        
    96 
     69  <Parameter name="eu.clarin.cmdi.componentregistry.isocatRestUrl" value="https://catalog.clarin.eu/isocat/rest/"/>
     70  <Parameter name="eu.clarin.cmdi.componentregistry.jpaDialect" value="org.hibernate.dialect.PostgreSQLDialect"/>
    9771</Context>
Note: See TracChangeset for help on using the changeset viewer.