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.xml4
1 files changed, 2 insertions, 2 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
index aa90fe82314..346740bc815 100644
--- a/vespaclient-container-plugin/src/test/rest-api-application/services.xml
+++ b/vespaclient-container-plugin/src/test/rest-api-application/services.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<jdisc version="1.0" jetty="true">
+<container version="1.0" jetty="true">
<handler id="com.yahoo.document.restapi.resource.RestApiWithTestDocumentHandler" bundle="integration-test">
<binding>http://*/document/v1/*</binding>
@@ -14,4 +14,4 @@
<!-- This indicates that we want JDisc to allocate a port for us -->
<server id="mainServer" port="0" />
</http>
-</jdisc>
+</container>