
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 /tmptar xvf JDBC.2.21.JC5.tarThe driver software is extracted from the tar file.
java -cp setup.jar run -silent -P product.installLocation=/tmp/infxThe driver software is installed in the /tmp/infx directory.
cp /tmp/infx/lib/ifxjdbc.jar /vs/java/jdbc/libThe 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 stopThe system displays messages indicating that the Tomcat engine is stopped.
/etc/init.d/tomcat startThe system displays messages indicating that the Tomcat engine is started.