
To download the JDBC driver for Sybase:
The browser displays the Web page titled jConnect 4.5 and 5.5 for JDBC Download
The browser displays the license agreement.
The browser displays the customer information form.
The browser displays the download page.
If you cannot directly download the 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 Sybase JDBC driver:
cd /tmpjar xvf jconnect55.zipThe driver software is extracted from the zip file.
cp jConnect-5_5/classes/jconn2.jar /vs/java/jdbc/lib/sybase.jarThe 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.