Advertisement
SaulGoodman

tomee.xml

Jun 12th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <tomee>
  3.   <!-- see http://tomee.apache.org/containers-and-resources.html -->
  4.  
  5.   <!-- activate next line to be able to deploy applications in apps -->
  6.   <!-- <Deployments dir="apps" /> -->
  7.   <Resource id="PostgreSQL Database" type="DataSource">
  8.     JdbcDriver org.postgresql.Driver
  9.     JdbcUrl jdbc:postgresql://localhost:5432/restaurant
  10.     UserName postgres
  11.     Password postgres
  12.     JtaManaged true
  13.     DefaultAutoCommit false
  14. </Resource>
  15.  
  16. </tomee>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement