weaver 2004/08/03 10:12:45
Added: portal/src/resources jetspeed-ds.xml
Log:
Datasource definition for JBoss
Revision Changes Path
1.1 jakarta-jetspeed-2/portal/src/resources/jetspeed-ds.xml
Index: jetspeed-ds.xml
===================================================================
<local-tx-datasource>
<!-- The jndi name of the DataSource, it is prefixed with java:/ -->
<!-- Datasources are not available outside the virtual machine -->
<jndi-name>jetspeed</jndi-name>
<connection-url>jdbc:hsqldb:hsql://127.0.0.1:9001</connection-url>
<!-- The driver class -->
<driver-class>org.hsqldb.jdbcDriver</driver-class>
<!-- The login and password -->
<user-name>sa</user-name>
<password></password>
<min-pool-size>5</min-pool-size>
<max-pool-size>20</max-pool-size>
<idle-timeout-minutes>0</idle-timeout-minutes>
</local-tx-datasource>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]