From be64041ea4cf251d20121a375d95420d7e5296e6 Mon Sep 17 00:00:00 2001 From: ulrich Date: Sat, 02 Jan 2021 14:58:48 +0000 Subject: [PATCH] Derby Port umgestellt auf 1528 --- web/META-INF/context.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/META-INF/context.xml b/web/META-INF/context.xml index 7e6da16..372a2de 100644 --- a/web/META-INF/context.xml +++ b/web/META-INF/context.xml @@ -6,7 +6,7 @@ username="dbadmin" password="changeit" driverClassName="org.apache.derby.jdbc.ClientDriver" - url="jdbc:derby://localhost:1527/udb;create=true" + url="jdbc:derby://localhost:1528/udb;create=true" maxActive="60" maxIdle="30" maxWait="5000" -- Gitblit v1.9.3