root/trunk/config/bwbuild/default/context.xml

Revision 1992 (checked in by douglm, 4 years ago)

Put context.xml along with configuration

Line 
1 <Context path="@CONTEXT-ROOT@" reloadable="false">
2   <!-- Resource referenced by web.xml -->
3  <Resource name="jdbc/calDB" auth="Container"
4            type="javax.sql.DataSource"
5            driverClassName="org.hsqldb.jdbcDriver"
6            url="jdbc:hsqldb:hsql://localhost:8887"
7            username="sa"
8            password=""
9            maxActive="8"
10            maxIdle="4"
11            maxWait="-1"
12            defaultAutoCommit="false" />
13
14   <!-- Disables restart persistence of sessions -->
15   <Manager pathname=""/>
16 </Context>
17
Note: See TracBrowser for help on using the browser.