youz1976 2015-11-02 06:41 采纳率: 0%
浏览 4522

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

  • 写回答

2条回答 默认 最新

  • Robot-C 2015-11-02 06:46
    关注

    今天在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,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。

    评论

报告相同问题?