Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <Resource
  2. name="jdbc/HiveDBPool"
  3. auth="Container"
  4. type="javax.sql.DataSource"
  5. factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
  6. driverClassName="com.mysql.jdbc.Driver"
  7. url="jdbc:mysql://localhost:3306/liferay-7-sp4"
  8. username="liferay"
  9. password="password"
  10. maxActive="20"
  11. maxIdle="5"
  12. maxWait="10000"
  13. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement