To use DiversityNavigator you can use one of the existing databases. A list of databases are pre-configured if you get a new DiversityNavigator distribution. If you want to manually configure database connection, here is a short list of databases you can access:
UBT Collection | |
---|---|
Driver | org.postgresql.Driver |
Url | jdbc:postgresql://141.84.65.156:5432/ubt-collection |
User | guest |
Password | pwd |
UBT Gazetteer | |
---|---|
Driver | org.postgresql.Driver |
Url | jdbc:postgresql://141.84.65.156:5432/ubt-gazetteer |
User | guest |
Password | pwd |
UBT Exsiccata | |
---|---|
Driver | org.postgresql.Driver |
Url | jdbc:postgresql://141.84.65.156:5432/ubt-exsiccata |
User | guest |
Password | pwd |
UBT Users | |
---|---|
Driver | org.postgresql.Driver |
Url | jdbc:postgresql://141.84.65.156:5432/ubt-users |
User | guest |
Password | pwd |
BotEmailList | |
---|---|
Driver | org.postgresql.Driver |
Url | jdbc:postgresql://141.84.65.156:5432/new-email-list |
User | guest |
Password | pwd |
Checklists | |
---|---|
Driver | org.postgresql.Driver |
Url | jdbc:postgresql://141.84.65.156:5432/checklists |
User | guest |
Password | pwd |
Alternatively you can set up your own database, using PostgreSQL.
![]() |
The fields in the dialog have the following meaning:
org.postgresql.Driver
.
The URL that is used to specify the database connection. It has a prescribed format:
jdbc:driver:databasename
The string jdbc
is fixed. The driver part is relatively variable,
in the example shown above it is postgresql
. The
databasename
contains the host IP and the port as well as the name of the specific database:
141.84.65.158:5432/collections
.
Is this descripton really correct??
The tree of the Project tab sheet in the navigation frame is used to connect the client to several databases pertaining to a certain project. In the project tab sheet, the individual databases in the subtrees below the project names are displayed by clicking on the plus sign beside any names. The database connection dialog is the same as explained above.