Advertisement
unomar

connect.postgis.xml.inc - ImageMosaic-JDBC

Aug 5th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <connect>
  2. <!-- value DBCP or JNDI -->
  3. <dstype value="DBCP"/>
  4. <!-- <jndiReferenceName value=""/> -->
  5. <username value="postgres" />
  6. <password value="postgres" />
  7. <jdbcUrl value="jdbc:postgresql://spatialdb:5432/gis" />
  8. <driverClassName value="org.postgresql.Driver"/>
  9. <maxActive value="10"/>
  10. <maxIdle value="0"/>
  11. </connect>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement