Use etc/jetty-plus.xml and etc/jetty-annotations.xml in start.ini for test-spec webapp

This commit is contained in:
Jan Bartel 2013-02-22 13:00:07 +11:00
parent cbb446f1d4
commit 1153e0455c
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@
<!-- =============================================================== -->
<!-- Configure the webapp -->
<!-- =============================================================== -->
<!-- Only uncomment this if you are not using the plus and
annotations sections of start.ini
<Set name="configurationClasses">
<Call class="org.eclipse.jetty.webapp.Configuration$ClassList" name="serverDefault">
<Arg><Ref refid="Server" /></Arg>
@ -33,6 +36,7 @@
</Call>
</Call>
</Set>
-->
<Set name="contextPath">/test-spec</Set>
<Set name="war"><SystemProperty name="jetty.home"/>/webapps/test-spec.war</Set>