Advertisement
Guest User

Untitled

a guest
Mar 7th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <Context
  2. docBase='/home/mwood/dspaces/trunk-1.7/webapps/xmlui'>
  3.  
  4. <Parameter
  5. description='Path to the DSpace configuration file.'
  6. override='false'
  7. name='dspace-config'
  8. value='/home/mwood/dspaces/trunk-1.7/config/dspace.cfg'
  9. />
  10.  
  11. <Resource
  12. name='jdbc/dspace'
  13. description="DBMS connection pool for DSpace's database"
  14. type='javax.sql.DataSource'
  15. factory='org.apache.commons.dbcp.BasicDataSourceFactory'
  16. auth='Container'
  17. username='user'
  18. password='password'
  19. driverClassName='org.postgresql.Driver'
  20. url='jdbc:postgresql://localhost:5432/mhw-trunk-1.7'
  21. maxActive='30'
  22. maxIdle='-1'
  23. maxWait='5000'
  24. />
  25.  
  26. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement