...
| Code Block |
|---|
<Configure class="org.eclipse.jetty.webapp.WebAppContext"> <Set name="contextPath">/foo</Set> <Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/foobar.war</Set> <Set name="defaultsDescriptor">/home/smith/dev/webdefault.xml</Set> </Configure> |
If you want to change the jsp settings for all of the webapps, then edit the $JETTY_HOME/etc/webdefaults.xml file directly instead.
Configure JSP Servlet in web.xml
...