Guest User

Untitled

a guest
Oct 23rd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <Resource name="jdbc/Cashpooler"
  2. auth="Container"
  3. type="javax.sql.DataSource"
  4. username="USERNAME"
  5. password="PWD"
  6. driverClassName="oracle.jdbc.driver.OracleDriver"
  7. url="jdbc:oracle:thin:@hostname:port:instance"
  8. maxActive="8"
  9. maxIdle="4"/>
  10.  
  11. <Resource name="mail/Cashpooler" auth="Container"
  12. type="javax.mail.Session"
  13. mail.smtp.host="smtp"/>
Add Comment
Please, Sign In to add comment