Changeset 4211


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

Location:
DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/assembly/deploymenttarball.xml

    r4210 r4211  
    3030    <fileSets>
    3131       
    32        <!-- <fileSet>
     32      <fileSet>
    3333            <directory>${project.basedir}</directory>
    3434            <outputDirectory>/</outputDirectory>
     
    4343        </fileSet>
    4444       
    45         <fileSet>           
    46             <directory>${project.basedir}/DeploymentSettings</directory>
    47             <outputDirectory>DeploymentSettings</outputDirectory>
    48             <fileMode>0644</fileMode>
    49             <directoryMode>0755</directoryMode>
    50         </fileSet> -->
    51                
     45       
    5246        <fileSet>           
    5347            <directory>target</directory>
  • 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>
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/WEB-INF/web.xml

    r3939 r4211  
    2626        <param-value>classpath*:spring-config/**/*.xml</param-value>
    2727    </context-param>
     28    <context-param>
     29        <param-name>eu.dasish.annotation.backend.schemaLocation</param-name>
     30        <param-value>http://www.dasish.eu/ns/addit https://svn.clarin.eu/DASISH/t5.6/schema/trunk/annotator-schema/src/main/resources/DASISH-schema.xsd</param-value>
     31    </context-param>
     32   
    2833    <listener>
    2934        <listener-class>
Note: See TracChangeset for help on using the changeset viewer.