Ignore:
Timestamp:
09/24/14 12:53:33 (10 years ago)
Author:
olhsha@mpi.nl
Message:

schemalocation is migrated to <server>/SCHEMA/DASISH-schema.xsd. This parameter should be set once in context.xml during the first deployment. The schema itself is taken while building time from the dependencies and unpacked using maven-plugin to /webapp/SCHEMA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/WEB-INF/web.xml

    r5393 r5674  
    2929        <param-name>contextConfigLocation</param-name>
    3030        <param-value>classpath*:spring-config/**/*.xml</param-value>
    31     </context-param>
    32     <context-param>
    33         <param-name>eu.dasish.annotation.backend.schemaLocation</param-name>
    34         <param-value>http://lux17.mpi.nl/schemacat/schemas/s16/files/DASISH-schema.xsd</param-value>   
    3531    </context-param>
    3632    <context-param>
Note: See TracChangeset for help on using the changeset viewer.