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 by some other method) to the /tmp directory on the Avaya IR system.
To install the Sybase JDBC driver:
cd /tmp
jar xvf jconnect55.zip
The driver software is extracted from the zip file.
cp jConnect-
5_5/classes/jconn2.jar
/vs/java/sybase.jar
The driver software is copied to the /vs/java 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.