added TLD to quickstart example
This commit is contained in:
parent
cc43b9c2c6
commit
41e95bfa5a
|
@ -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