tomcat 中出现 consider increasing the maximum size of the cache

tomcat 中出现 consider increasing the maximum size of the cache

在context.xml 中加入红色的
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
    <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>

    <Resources cachingAllowed="true" cacheMaxSize="100000" />

你可能感兴趣的:(tomcat 中出现 consider increasing the maximum size of the cache)