Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <Context path="" crossContext="true">
  2.  
  3. <Resource
  4. name="jdbc/LiferayPool"
  5. auth="Container"
  6. type="javax.sql.DataSource"
  7. driverClassName="com.mysql.jdbc.Driver"
  8. url="jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8"
  9. username="root"
  10. password=""
  11. maxActive="100"
  12. maxIdle="30"
  13. maxWait="10000"
  14. />
  15.  
  16. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement