Update index.html

This commit is contained in:
Jesse McConnell 2016-02-26 07:33:44 -06:00
parent d0e8d5af2f
commit ad8733e5ab
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ This example shows how to configure and lookup resources such as DataSources, a
</p>
<p>This will create a $JETTY_BASE/start.d/jndi.ini file to enable and parameterise JNDI. If the --add-to-start option instead, then the same initialisation will be appended to the
$JETTY_BASE/start.ini file instead. The jetty demo-base already has JNDI enabled in the start.ini file and some mock resources included. </p>
<p>The full source of this demonstration is available <a href="http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/tests/test-webapps/test-jndi-webapp">here</a>.</p>
<p>The full source of this demonstration is available <a href="https://github.com/eclipse/jetty.project/blob/master/tests/test-webapps/test-jndi-webapp">here</a>.</p>
<h2>Execution</h2>