Guest User

Untitled

a guest
Jul 22nd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. jdbc.default.liferay.pool.provider=c3po
  2. jdbc.default.acquireIncrement=5
  3. jdbc.default.acquireRetryAttempts=3
  4. jdbc.default.acquireRetryDelay=1000
  5. jdbc.default.connectionCustomizerClassName=com.liferay.portal.dao.jdbc.pool.c3p0.PortalConnectionCustomizer
  6. jdbc.default.idleConnectionTestPeriod=60
  7. jdbc.default.initialPoolSize=34
  8. jdbc.default.maxIdleTime=233
  9. jdbc.default.maxPoolSize=377
  10. jdbc.default.minPoolSize=10
  11. jdbc.default.numHelperThreads=10
  12. jdbc.default.timeBetweenEvictionRunsMillis=34000
  13.  
  14. <Resource
  15. name="jdbc/LiferayPool"
  16. auth="Container"
  17. type="com.mchange.v2.c3p0.ComboPooledDataSource"
  18. factory="org.apache.naming.factory.BeanFactory"
  19. driverClass="com.mysql.jdbc.Driver"
  20. jdbcUrl="jdbc:mysql://address/database?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false&allowMultiQueries=true"
  21. user=""
  22. password=""
  23. minPoolSize="10"
  24. maxPoolSize="377"
  25. maxIdleTime="233"
  26. preferredTestQuery="select 1"
  27. idleConnectionTestPeriod="60"
  28. numHelperThreads="10"
  29. maxStatementsPerConnection="100"
  30. />
Add Comment
Please, Sign In to add comment