484624 Disable CachingWebAppClassLoader

This commit is contained in:
Greg Wilkins 2015-12-18 14:41:19 +11:00
parent 5cd676581c
commit cdfa515ca3
1 changed files with 3 additions and 1 deletions

View File

@ -42,12 +42,14 @@ detected.
</Set> </Set>
<!-- Set Caching Classloader that improves performance on resource searching webapps --> <!-- Set Caching Classloader that improves performance on resource searching webapps -->
<!--
<Set name="classLoader"> <Set name="classLoader">
<New class="org.eclipse.jetty.webapp.CachingWebAppClassLoader"> <New class="org.eclipse.jetty.webapp.CachingWebAppClassLoader">
<Arg><Ref refid="testWebapp"/></Arg> <Arg><Ref refid="testWebapp"/></Arg>
</New> </New>
</Set> </Set>
-->
<!-- Enable symlinks <!-- Enable symlinks
<Call name="addAliasCheck"> <Call name="addAliasCheck">
<Arg><New class="org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker"/></Arg> <Arg><New class="org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker"/></Arg>