Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-osgi/jetty-osgi-httpservice/contexts/httpservice.xml')
-rw-r--r--jetty-osgi/jetty-osgi-httpservice/contexts/httpservice.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-osgi/jetty-osgi-httpservice/contexts/httpservice.xml b/jetty-osgi/jetty-osgi-httpservice/contexts/httpservice.xml
index caf77ba90d..b4a931d492 100644
--- a/jetty-osgi/jetty-osgi-httpservice/contexts/httpservice.xml
+++ b/jetty-osgi/jetty-osgi-httpservice/contexts/httpservice.xml
@@ -19,5 +19,6 @@
<Call name="addServlet">
<Arg>org.eclipse.jetty.osgi.httpservice.HttpServiceServletX</Arg>
<Arg>/*</Arg>
+ <Set name="InitOrder">0</Set>
</Call>
</Configure> \ No newline at end of file

Back to the top