added TLD to quickstart example
This commit is contained in:
parent
059f5e2396
commit
709ac00f8b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue