3Com 3CR15600 - Enterprise Management Suite Getting Started Manual page 72

Getting started guide
Table of Contents

Advertisement

72
C
3: I
HAPTER
NSTALLATION AND
I
S
NITIAL
ETUP
4 As the default database used is Instant DB, you need to first comment
each line of the Instant DB section by adding a pound sign (#) before
each variable of the server.properties file.
For example:
##### Instant DB ######
#DBDriver=org.enhydra.instantdb.jdbc.idbDriver
#DBURL=jdbc:idb:db/fdserver.prp
#DBLong=LONG
#DBBLOB=BINARY
#DBEmbeddedQuote=\\'
#DBEmbeddedBackslash=\\\\
#DBFile=db
5 To enable the external database, from the IBM DB2 section of the
server.properties file, uncomment each line by removing the pound signs
(#) for each variable and configure according to your customized needs:
DBDriver=com.ibm.db2.jdbc.app.DB2Driver
DBURL=jdbc:db2:*local
DBLong=BIGINT
DBBLOB=BLOB
DBEmbeddedQuote=''
DBEmbeddedBackslash=\\
DBFile=
DBUserName=<db_username>
DBPassword=<db_password>
lists the fields in the IBM DB2 DB section of the
Table 24
server.properties file and gives descriptions and default values.
Table 24 IBM DB2 DB Section of the server.properties File
Field
DBDriver
DBURL
DBLong
DBEmbeddedQuote
Description
The Java classname of the JDBC driver.
The URL used to connect to the database. Each database
vendor specifies a unique format for this field.
The SQL data type that can contain a long (8-byte) integer.
The escape sequence for an embedded single quote
character.
NOTE: \\ results in a single backslash character.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise management suite 2.41

Table of Contents