Guest User

Untitled

a guest
Aug 8th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <Resource
  2. auth="Container"
  3. name="jdbc/rafael"
  4. type="javax.sql.DataSource"
  5. driverClassName="org.postgresql.Driver"
  6. url="jdbc:postgresql://172.25.136.30:5432/dbveiculos_dev"
  7. username="transacoes_conexao"
  8. password="faca"
  9. initialSize="1"
  10. maxActive="4"
  11. maxIdle="1"
  12. maxWait="12000"
  13. removeAbandoned="true"
  14. removeAbandonedTimeout="180"
  15. logAbandoned="false"
  16. defaultAutoCommit="true"
  17. Driver.SetBigStringTryClob="true"
  18. />
Add Comment
Please, Sign In to add comment