fix the httpservice deployment: the servlet was not started automatically at deployment time

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2034 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2010-06-22 04:39:42 +00:00
parent b2f1594974
commit 5fcc270059
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@
<Call name="addServlet">
<Arg>org.eclipse.jetty.osgi.httpservice.HttpServiceServletX</Arg>
<Arg>/*</Arg>
<Set name="InitOrder">0</Set>
</Call>
</Configure>