Update deployment instructions for test-jndi webapp

This commit is contained in:
Jan Bartel 2013-01-25 11:09:19 +11:00
parent 10ae37566f
commit 16ef1cbd74
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ This example shows how to configure and lookup resources such as DataSources, a
webapps/test-jndi.xml webapps/test-jndi.xml
</pre> </pre>
</li> </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> <pre>
OPTIONS=plus OPTIONS=plus
OPTIONS=jta etc/jetty-plus.xml
</pre> </pre>
</li> </li>
</ol> </ol>