Can i put ifxjdbc.jar in anywhere?
843859Jul 30 2008 — edited Aug 1 2008Hi, I have a question again about ifxjdbc.jar.
Below is my development environment.
SunOS 8
--------------
remote database: informix dynamic server 7.31
Window XP
-----------------
JDBC driver: informix JDBC 3.0
web server: tomcat 5.5
If I put the ifxjdbc.jar in directories
C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib or
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\WEB-INF\lib
It is able work properly when i execute SQL query to retrieve data from database.
But i wanna change to other file location, can anybody tell how to it?
p/s: i try delete the CLASSPATH, it is workable for the query.