summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/rest-api-application/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-container-plugin/src/test/rest-api-application/services.xml')
-rw-r--r--vespaclient-container-plugin/src/test/rest-api-application/services.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/vespaclient-container-plugin/src/test/rest-api-application/services.xml b/vespaclient-container-plugin/src/test/rest-api-application/services.xml
new file mode 100644
index 00000000000..df178e109c3
--- /dev/null
+++ b/vespaclient-container-plugin/src/test/rest-api-application/services.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<jdisc version="1.0" jetty="true">
+
+ <handler id="com.yahoo.document.restapi.resource.RestApiWithTestDocumentHandler" bundle="integration-test">
+ <binding>http://*/document/v1/*</binding>
+ </handler>
+
+ <component id="injected" class="com.yahoo.document.restapi.resource.MockedOperationHandler" bundle="integration-test">
+ </component>
+
+
+ <http>
+ <!-- This indicates that we want JDisc to allocate a port for us -->
+ <server id="mainServer" port="0" />
+ </http>
+</jdisc>