Use etc/jetty-plus.xml from start.ini by preference for test-jndi-webapp

This commit is contained in:
Jan Bartel 2013-02-22 15:22:40 +11:00
parent 1153e0455c
commit b2b888d18a
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@
<!-- =============================================================== -->
<!-- Configure the webapp -->
<!-- =============================================================== -->
<!-- Only uncomment if you are not using etc/jetty-plus.xml from start.ini
<Set name="configurationClasses">
<Call class="org.eclipse.jetty.webapp.Configuration$ClassList" name="serverDefault">
<Arg><Ref refid="Server" /></Arg>
@ -30,6 +32,7 @@
</Call>
</Call>
</Set>
-->
<Set name="contextPath">/test-jndi</Set>
<Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/test-jndi.war</Set>