Use etc/jetty-plus.xml and etc/jetty-annotations.xml in start.ini for test-spec webapp
This commit is contained in:
parent
cbb446f1d4
commit
1153e0455c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue