From: Felix Schumacher Date: Thu, 26 Aug 2010 20:34:50 +0000 (+0200) Subject: use hsqldb instead of oracle X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8eefad94e0f3348c7fb26c061d746e0e89fa676e;p=problems.git use hsqldb instead of oracle --- diff --git a/WebContent/META-INF/context.xml b/WebContent/META-INF/context.xml index 12fcb11..f0d2da3 100644 --- a/WebContent/META-INF/context.xml +++ b/WebContent/META-INF/context.xml @@ -1,6 +1,13 @@ + + driverClassName="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:file:/tmp/scdb;shutdown=true" + username="SA" password="" maxActive="20" maxIdle="5" /> \ No newline at end of file