Setting logging preferences

Top  Previous  Next

JSCAPE MFT Gateway logs all domain activity to a log directory or JDBC accessible database.

 

File Log

Database Log

 

File Log

 

Logs all server activity to a directory rotating log using specified frequency.

 

Figure 4

 

clip004

 

 

 

Log directory - The directory where to store log files.

 

Rotate logs - The frequency in which to rotate log files.

 

 

Database Log

 

Logs all server activity to a JDBC accessible database.  To use the Database log option you must first create the database on your database server.  Scripts for creating a database may be found in the etc directory of your  JSCAPE MFT Gateway installation.  Scripts for MySQL, Microsoft SQL Server and Oracle are provided in the files named mysql.sql, mssql.sql and oracle.sql respectively.  Libraries for JDBC drivers must be placed in the lib/jdbc directory of your JSCAPE MFT Gateway installation, the JSCAPE MFT Gateway Service restarted in order for the new drivers to be loaded.

 

Figure 5

 

clip005

 

JDBC driver class - The JDBC driver class name.

 

JDBC database URL - The JDBC URL used to connect to the database.  The above example demonstrates connecting to a MySQL database.  Contact your database vendor for access to JDBC libraries and assistance on specifying the JDBC URL.

 

User - The username to connect with when authenticating with JDBC database.

 

Password - The password to connect with when authenticating with JDBC database.

 

Connections pool size - The maximum number of connections in database pool.

 

Connection time-to-live - The maximum amount of time in minutes that the database connection can live in the pool without activity.

 

Test Parameters - Tests database connection using the specified JDBC settings.