| .. | .. |
|---|
| 40 | 40 | <property name="hibernate.c3p0.acquireRetryAttempts" value="1" /> |
|---|
| 41 | 41 | <property name="hibernate.c3p0.acquireRetryDelay" value="250" /> |
|---|
| 42 | 42 | --> |
|---|
| 43 | | - <Resource name="jdbc/SeCurisDS" auth="Container" type="javax.sql.DataSource" |
|---|
| 43 | + <Resource name="jdbc/SeCurisDSOld" auth="Container" type="javax.sql.DataSource" |
|---|
| 44 | 44 | maxActive="100" maxIdle="3" maxWait="5000" |
|---|
| 45 | 45 | username="curis" password="cur151T 53curi5" driverClassName="org.h2.Driver" |
|---|
| 46 | 46 | url="jdbc:h2:~/.SeCuris/db/securis"/> |
|---|
| 47 | + <Resource name="jdbc/SeCurisDS" auth="Container" type="javax.sql.DataSource" |
|---|
| 48 | + maxActive="100" maxIdle="3" maxWait="5000" |
|---|
| 49 | + username="curis" password="securis" driverClassName="com.mysql.jdbc.Driver" |
|---|
| 50 | + url="jdbc:mysql://localhost:3306/securis?autoReconnect=true"/> |
|---|
| 47 | 51 | |
|---|
| 48 | 52 | </Context> |
|---|