To integrate the Avaya IR system with an IBM DB2 database, you must install the JDBC driver for DB2.
To install the DB2 JDBC driver:
For Microsoft Windows installations, the driver file is usually in the directory HD:\Program Files\IBM\SQLLIB\java where HD is the hard disk drive containing the DB2 software.
For Solaris installations, enter find / name db2jcc.jar print
to locate the file on the DB2 server.
ftp
command or some other method) to the /vs/java/jdbc/lib directory on the Avaya IR system./etc/init.d/tomcat stop
The system displays messages indicating that the Tomcat engine is stopped.
/etc/init.d/tomcat start
The system displays messages indicating that the Tomcat engine is started.
Custom
com.ibm.db2.jcc.DB2Driver
jdbc:db2://
server.domain_name
:50000/
database_name
where 50000 is the port number. For example, jdbc:db2://dataserver.company.com:50000/IR_database
IBM DB2