Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111963 | Differences between
and this patch

Collapse All | Expand All

(-)server.properties.orig (-2 / +17 lines)
Lines 1-5 Link Here
1
# Hsqldb Server cfg file.
1
# Hsqldb Server cfg file.
2
# See the Advanced Topics chapter of the Hsqldb User Guide.
2
# See the UNIX Quick Start and the Advanced Topics chapters
3
# of the Hsqldb User Guide.
3
4
4
server.database.0=file:/var/lib/hsql/db1
5
server.database.0=file:/var/lib/hsqldb/db1
5
server.urlid.0=localhost
6
server.urlid.0=localhost
7
8
# Warning!
9
# When running hsqldb in Server mode, for each additional database
10
# the server.urlid.X entry must have a proper corresponding urlid
11
# section in the 'sqltool.rc' file.
12
# Otherwise you may have problems with shutting down the server.
13
#
14
# Note that each server can serve only up to 10 different
15
# databases simultaneously (with consecutive {0-9} suffixes).
16
17
# An example of additional database.
18
#server.database.1=file:/var/lib/hsqldb/newdb/newdb
19
#server.dbname.1=newdb
20
#server.urlid.1=newdb

Return to bug 111963