maxActive is not used in DBCP2

十一月 02, 2015 2:31:39 下午 org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory getObjectInstance
警告: Name = DataSource Property maxActive is not used in DBCP2, use maxTotal instead. maxTotal default value is 8. You have set value of "100" for "maxActive" property, which is being ignored.
十一月 02, 2015 2:31:39 下午 org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory getObjectInstance
警告: Name = DataSource Property maxWait is not used in DBCP2 , use maxWaitMillis instead. maxWaitMillis default value is -1. You have set value of "10000" for "maxWait" property, which is being ignored.
十一月 02, 2015 2:31:39 下午 org.apache.jasper.servlet.TldScanner scanJars

今天在LINUX下编译C程序时,出现了一下警告:
In function ‘main’:
warning: ‘gets’ is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
gets(s);
^
/tmp/ccWcGgsb.o: In function `main......
答案就在这里:warning: the ‘gets' function is dangerous and should not be used
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。

我的问题出现在eclipse开发Javaweb项目中