2012-05-09 12:28:28 -04:00
|
|
|
<?xml version="1.0"?>
|
2019-06-10 05:41:47 -04:00
|
|
|
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_9_3.dtd">
|
2012-05-09 12:28:28 -04:00
|
|
|
|
|
|
|
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
|
|
|
|
|
|
|
<!-- =========================================================== -->
|
|
|
|
<!-- Configure the deployment manager -->
|
|
|
|
<!-- =========================================================== -->
|
|
|
|
<Call name="addBean">
|
|
|
|
<Arg>
|
|
|
|
<New id="DeploymentManager" class="org.eclipse.jetty.deploy.DeploymentManager">
|
|
|
|
<Set name="contexts">
|
2013-02-01 07:03:11 -05:00
|
|
|
<Ref refid="Contexts" />
|
2012-05-09 12:28:28 -04:00
|
|
|
</Set>
|
2018-12-03 18:33:20 -05:00
|
|
|
<!--
|
2012-05-09 12:28:28 -04:00
|
|
|
<Call name="setContextAttribute">
|
|
|
|
<Arg>org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern</Arg>
|
|
|
|
<Arg>.*/jsp-api-[^/]*\.jar$|.*/jsp-[^/]*\.jar$</Arg>
|
|
|
|
</Call>
|
2018-12-03 18:33:20 -05:00
|
|
|
-->
|
2012-05-09 12:28:28 -04:00
|
|
|
</New>
|
|
|
|
</Arg>
|
|
|
|
</Call>
|
|
|
|
|
|
|
|
</Configure>
|