Graymound-ds.xml

postgresql-ds.xml
<?xml version="1.0" encoding="UTF-8"?>
<datasources>

  <local-tx-datasource>
      <jndi-name>GraymoundDS</jndi-name>
      <connection-url>jdbc:postgresql://localhost:5432/GRAYMOUND</connection-url>
      <driver-class>org.postgresql.Driver</driver-class>
      <user-name>postgres</user-name>
      <password>postgres</password>
      <check-valid-connection-sql/>
      <min-pool-size>2</min-pool-size>
      <max-pool-size>10</max-pool-size>
      <idle-timeout-minutes>0</idle-timeout-minutes>
   </local-tx-datasource>

</datasources>
oracle-ds.xml
<?xml version="1.0" encoding="UTF-8"?>
<datasources>

   <local-tx-datasource>
      <jndi-name>GraymoundDS</jndi-name>
      <connection-url>jdbc:oracle:thin:@10.10.10.230:1521:GRAYMOUND</connection-url>
      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
      <user-name>GRAYMOUND</user-name>
      <password>GRAYMOUND</password>
      <check-valid-connection-sql/>
      <min-pool-size>2</min-pool-size>
      <max-pool-size>10</max-pool-size>
      <idle-timeout-minutes>0</idle-timeout-minutes>
   </local-tx-datasource>
</datasources>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.