| <?xml version="1.0" encoding="UTF-8"?> |
| <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" |
| version="2.5" id="FCS_WEB_SERVICE"> |
| <display-name>Federated Content Search Web-service</display-name> |
| |
| <servlet> |
| <servlet-name>FCS-WS</servlet-name> |
| <servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class> |
| <init-param> |
| <param-name>com.sun.jersey.config.property.packages</param-name> |
| <param-value>de.mannheim.ids.fcsws</param-value> |
| </init-param> |
| <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.korap</param-name> |
| <param-value>http://clarin.ids-mannheim.de/korapsru</param-value> |
| </init-param> |
| <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.cosmas</param-name> |
| <param-value>http://clarin.ids-mannheim.de/cosmassru</param-value> |
| </init-param> |
| <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.leipzig</param-name> |
| <param-value>http://clarinws.informatik.uni-leipzig.de:8080/CQL</param-value> |
| </init-param> |
| <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.tuebingen</param-name> |
| <param-value>http://weblicht.sfs.uni-tuebingen.de/rws/sru/</param-value> |
| </init-param> |
| <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.stuttgart</param-name> |
| <param-value>http://clarin01.ims.uni-stuttgart.de/SRUCQIBridge</param-value> |
| </init-param> |
| |
| <!-- empty pid --> |
| <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.berlin</param-name> |
| <param-value>http://dspin.dwds.de:8088/DDC-Endpoint/sru</param-value> |
| </init-param> |
| |
| |
| <!-- Other endpoints delivering broken sentences --> |
| |
| <!-- same case like goethe, pid is sub-resource --> |
| <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.muenchen</param-name> |
| <param-value>https://clarin.phonetik.uni-muenchen.de/BASSRU/</param-value> |
| </init-param> |
| |
| <!-- weird pid --> |
| <!-- <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.mpi</param-name> |
| <param-value>http://cqlservlet.mpi.nl/</param-value> |
| </init-param> --> |
| |
| <!-- pid doesn't match --> |
| <!-- <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.hamburg</param-name> |
| <param-value>http://virt-fedora.multilingua.uni-hamburg.de:8080/HZSKsru/</param-value> |
| </init-param> --> |
| |
| <!-- doesnt provide scan --> |
| <!-- <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.saarland</param-name> |
| <param-value>http://fedora.clarin-d.uni-saarland.de/sru2/</param-value> |
| </init-param> --> |
| |
| <!-- <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.lindat</param-name> |
| <param-value>http://lindat.mff.cuni.cz/services/fcs</param-value> |
| </init-param> --> |
| |
| <!-- Dutch --> |
| <!-- <init-param> |
| <param-name>de.mannheim.ids.fcsws.endpoint.dans</param-name> |
| <param-value>http://srucql.dans.knaw.nl</param-value> |
| </init-param> --> |
| |
| <load-on-startup>1</load-on-startup> |
| </servlet> |
| <servlet-mapping> |
| <servlet-name>FCS-WS</servlet-name> |
| <url-pattern>/*</url-pattern> |
| </servlet-mapping> |
| |
| </web-app> |