第一错: because there was insufficient free space available after evicting expired cache entries - consider
解决
在tomcat的/conf/context.xml中的Context中添加
<Resources
cachingAllowed="true"
cacheMaxSize="100000"
/>
第二错: WARNING [localhost-startStop-1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown ver
解决:
解决:\apache-tomcat-8.0.44\conf\context.xml
修改标签:<Context > 至<Context xmlBlockExternal="false">
站长微信:xiaomao0055
站长QQ:14496453