Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Context
- docBase='/home/mwood/dspaces/trunk-1.7/webapps/xmlui'>
- <Parameter
- description='Path to the DSpace configuration file.'
- override='false'
- name='dspace-config'
- value='/home/mwood/dspaces/trunk-1.7/config/dspace.cfg'
- />
- <Resource
- name='jdbc/dspace'
- description="DBMS connection pool for DSpace's database"
- type='javax.sql.DataSource'
- factory='org.apache.commons.dbcp.BasicDataSourceFactory'
- auth='Container'
- username='user'
- password='password'
- driverClassName='org.postgresql.Driver'
- url='jdbc:postgresql://localhost:5432/mhw-trunk-1.7'
- maxActive='30'
- maxIdle='-1'
- maxWait='5000'
- />
- </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement