We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382b3b8 commit 3cbaf24Copy full SHA for 3cbaf24
1 file changed
modules/core/web/META-INF/context.xml
@@ -8,7 +8,7 @@
8
maxIdle="2"
9
maxWaitMillis="5000"
10
driverClassName="org.hsqldb.jdbc.JDBCDriver"
11
- url="jdbc:hsqldb:hsql://localhost/cubaat"
+ url="jdbc:hsqldb:hsql://localhost:9010/cubaat"
12
username="sa"
13
password=""/>
14
0 commit comments