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

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

Add example Oracle 10g config

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="oracle.jdbc.OracleDriver"
6            url="jdbc:oracle:thin:@localhost:1521:XE"
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.