We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2237199 commit 1aff21aCopy full SHA for 1aff21a
1 file changed
geowebcache/core/src/main/java/org/geowebcache/storage/MetastoreRemover.java
@@ -315,11 +315,7 @@ private File getDefaultH2Path(File root) {
315
private String getDefaultJDBCURL(File root) {
316
String path = root.getPath() + File.separator + "meta_jdbc_h2";
317
String jdbcString =
318
- "jdbc:h2:file:"
319
- + path
320
- + File.separator
321
- + "gwc_metastore"
322
- + ";TRACE_LEVEL_FILE=0;AUTO_SERVER=TRUE";
+ "jdbc:h2:file:" + path + File.separator + "gwc_metastore" + ";TRACE_LEVEL_FILE=0";
323
return jdbcString;
324
}
325
0 commit comments