Re: Ifs Connection problem from local machine to Ifs server using API [message #77347] |
Mon, 25 March 2002 09:30 |
Janna
Messages: 3 Registered: March 2002
|
Junior Member |
|
|
I encountered the same problem while I tried to run a JSP file which talked to a remote Oracle Database using Oracle Oci driver. My enviroment is Win2K + Tomcat 4.0.3 + Oracle 8.1.7. Finally I went it through this way:
1. Install a Oracle Client at your local machine which is required by Oracle OCI Driver
2. Make %ORACLE_HOME%bin visible at your PATH enviroment viriables
3. For Tomcat 4, it's necessary to put Oracle JDBC Driver under %TOMCAT_HOME%commonlib and your application lib directory. I use classes12.zip, nls_charset12.zip which can be found at %ORACLE_HOME%jdbclib. And be sure to rename the .zip extension to .jar because Tomcat 4 can only load jar files automatically.
Good luck!
--Janna
|
|
|