Ignore:
Timestamp:
01/03/14 13:31:41 (10 years ago)
Author:
olhsha
Message:

files INSTALL, UPDATED, CHANGES and README are added. Dasish schem-location parameter is moved from context.xml to web.xml

File:
1 edited

Legend:

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

    r4010 r4211  
    3434        removeAbandonedTimeout="10"
    3535        logAbandoned="true" />
    36  <Resource
    37         name="jdbc/DASISHSecurity"
    38         auth="Container"
    39         type="javax.sql.DataSource"
    40         driverClassName="org.postgresql.Driver"
    41         url="jdbc:postgresql:dasishsecurity"
    42         username="dasishadmin"
    43         password="dasishadmin"
    44         maxActive="10"
    45         maxIdle="5"
    46         maxWait="4000"
    47         removeAbandoned="false"
    48         removeAbandonedTimeout="10"
    49         logAbandoned="true" />
    50   <Parameter name="eu.dasish.annotation.backend.schemaLocation"
    51              value="http://www.dasish.eu/ns/addit https://svn.clarin.eu/DASISH/t5.6/schema/trunk/annotator-schema/src/main/resources/DASISH-schema.xsd"/>
    5236</Context>
Note: See TracChangeset for help on using the changeset viewer.