Guest User

Untitled

a guest
Oct 3rd, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <datasources xmlns="http://www.jboss.org/ironjacamar/schema"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://www.jboss.org/ironjacamar/schema http://docs.jboss.org/ironjacamar/schema/datasources_1_0.xsd">
  5.  
  6. <datasource jndi-name="java:jboss/datasources/simpleDS" pool-name="dual" enabled="true" use-java-context="true">
  7. <connection-url>jdbc:postgresql://localhost/wisp-et</connection-url>
  8. <driver>postgresql-9.4.1208.jre6.jar</driver>
  9. <security>
  10. <user-name>user</user-name>
  11. <password>password</password>
  12. </security>
  13. </datasource>
  14. </datasources>
Add Comment
Please, Sign In to add comment