To download the JDBC driver for Informix:
The browser displays the Web page titled IBM Informix JDBC Driver Downloads
The browser displays the download page.
If you cannot directly download the JDBC.2.21.JC5.tar file to the Avaya IR system, download it to a temporary location. Then transfer the file (using the ftp
command or some other method) to the /tmp directory on the Avaya IR system.
To install the Informix JDBC driver:
cd /tmp
tar xvf JDBC.2.21.JC5.tar
The driver software is extracted from the tar file.
java -cp setup.jar run -silent -P product.installLocation=/tmp/infx
The driver software is installed in the /tmp/infx directory.
cp /tmp/infx/lib/ifxjdbc.jar /vs/java/jdbc/lib
The driver software is copied to the /vs/java/jdbc/lib directory where the Avaya IR software expects it to be. To enable the driver, you must restart the Apache Tomcat servlet engine.
/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.