added TLD to quickstart example

This commit is contained in:
Greg Wilkins 2014-09-22 15:52:40 +10:00 committed by Simone Bordet
parent cc43b9c2c6
commit 41e95bfa5a
1 changed files with 6 additions and 0 deletions

View File

@ -18,4 +18,10 @@ time it is run.
<Set name="autoPreconfigure">true</Set>
<Set name="contextPath">/</Set>
<Set name="war"><Property name="jetty.webapps" default="."/>/application.war</Set>
<!--
<Call name="setInitParameter">
<Arg>org.eclipse.jetty.jsp.precompiled</Arg>
<Arg>true</Arg>
</Call>
-->
</Configure>