9 lines
380 B
XML
9 lines
380 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
|
|
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
|
<Call name="setAttribute">
|
|
<Arg>org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern</Arg>
|
|
<Arg>.*/.*jsp-api-[^/]\.jar$|./.*jsp-[^/]\.jar$|./.*taglibs[^/]*\.jar$
|
|
</Arg>
|
|
</Call>
|
|
</Configure> |