Tag Archives: dbcp

如何配置Tomcat数据库连接池

仅需修改context.xml: <context path="/chinatrial">     <resource        name="jdbc/DBPool"        type="javax.sql.DataSource"        driverClassName="com.mysql.jdbc.Driver"        maxIdle="16"        minIdle="8"        maxActive="64"        initialSize="16"        username="root"        password="root"        poolPreparedStatements="true"        removeAbandoned="true"        removeAbandonedTimeout="60"   read more »

无觅相关文章插件,快速提升流量