|
Revision 1191
(checked in by douglm, 6 years ago)
|
Build a common-context war file so that javascript can be delivered from the same server.
|
- Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 |
<Context path="@CONTEXT-ROOT@" reloadable="false"> |
|---|
| 2 |
<Resource name="jdbc/calDB" auth="Container" |
|---|
| 3 |
type="javax.sql.DataSource" |
|---|
| 4 |
driverClassName="org.hsqldb.jdbcDriver" |
|---|
| 5 |
url="jdbc:hsqldb:hsql://localhost:8887" |
|---|
| 6 |
username="sa" |
|---|
| 7 |
password="" |
|---|
| 8 |
maxActive="8" |
|---|
| 9 |
maxIdle="4" |
|---|
| 10 |
maxWait="-1" |
|---|
| 11 |
defaultAutoCommit="false" /> |
|---|
| 12 |
|
|---|
| 13 |
<!-- Disables restart persistence of sessions --> |
|---|
| 14 |
<Manager pathname=""/> |
|---|
| 15 |
</Context> |
|---|
| 16 |
|
|---|