Update context path from /test-annotations to /test-spec for test-spec-webapp

This commit is contained in:
Jan Bartel 2012-11-08 13:54:04 +11:00
parent 7ae264e30c
commit 13e0b40c8b
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@
<webAppConfig>
<war>src/main/webapp</war>
<descriptor>src/main/webapp/WEB-INF/web.xml</descriptor>
<contextPath>/test-annotations</contextPath>
<contextPath>/test-spec</contextPath>
<containerIncludeJarPattern>.*/javax.servlet-[^/]*\.jar$</containerIncludeJarPattern>
<configurationDiscovered>true</configurationDiscovered>
<jettyEnvXml>${basedir}/src/main/webapp/WEB-INF/jetty-env.xml</jettyEnvXml>

View File

@ -32,7 +32,7 @@
</Array>
</Set>
<Set name="contextPath">/test-annotations</Set>
<Set name="contextPath">/test-spec</Set>
<Set name="war"><SystemProperty name="jetty.home"/>/webapps/test-spec.war</Set>
<Set name="configurationDiscovered">true</Set>

View File

@ -33,7 +33,7 @@ This example uses and tests newer aspects of the servlet specification such as a
<li>Ensure that you have downloaded and unpacked the test-spec-webapp-&lt;version&gt;-config.jar, where <version> is replaced by the desired version number. The following files will be created:
<pre>
lib/jndi/test-mock-resources-&lt;version&gt;.jar (where &lt;version&gt; is replaced by the particular version number)
webapps/test-annotations.xml
webapps/test-spec.xml
</pre>
</li>
<li>Edit your $JETTY_HOME/start.ini file and add the following lines: