Update context path from /test-annotations to /test-spec for test-spec-webapp
This commit is contained in:
parent
7ae264e30c
commit
13e0b40c8b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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-<version>-config.jar, where <version> is replaced by the desired version number. The following files will be created:
|
||||
<pre>
|
||||
lib/jndi/test-mock-resources-<version>.jar (where <version> 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:
|
||||
|
|
Loading…
Reference in New Issue