Update instructions for test-spec webapp

This commit is contained in:
Jan Bartel 2013-01-25 11:28:40 +11:00
parent 0306d9b532
commit a36c55d7a0
1 changed files with 3 additions and 2 deletions

View File

@ -36,11 +36,12 @@ This example uses and tests newer aspects of the servlet specification such as a
webapps/test-spec.xml
</pre>
</li>
<li>Edit your $JETTY_HOME/start.ini file and add the following lines:
<li>Edit your $JETTY_HOME/start.ini file and uncomment the following lines:
<pre>
OPTIONS=plus
etc/jetty-plus.xml
OPTIONS=annotations
OPTIONS=jta
etc/jetty-annotations.xml
</pre>
</li>
</ol>