|
开发环境 WeX5 V3.3生产环境 Tomcat 9 ,jdk1.8
现象,开发了一个基于微信访问的WebApp,部署到生产环境运行一会儿后就打不开了,但是其他的Web工程和Baas服务都还正常。
Tomcat日志中出现很多如下问题,请问高手是什么引起的?
06-Sep-2016 15:04:35.405 WARNING [localhost-startStop-5] org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory.getObjectInstance Name = jfdbsrc Property maxActive is not used in DBCP2, use maxTotal instead. maxTotal default value is 8. You have set value of "50" for "maxActive" property, which is being ignored.
06-Sep-2016 15:47:01.995 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.webresources.Cache.backgroundProcess The background cache eviction process was unable to free [10] percent of the cache for Context [/baas] - consider increasing the maximum size of the cache. After eviction approximately [9,220] KB of data remained in the cache.
|
|