Tomcat 5 & Oracle 9.2 [message #113460] |
Sun, 03 April 2005 21:10 |
jpantas
Messages: 2 Registered: April 2005
|
Junior Member |
|
|
Hey all,
I am trying to get Tomcat 5 on RedHat 9 Linux to use the Oracle Thin drivers to talk to an Oracle 9i database - I am getting a class not found error - any ideas where I am supposed to put the classes**.zip file so that it will be 'found'?
Is there a tech paper somewhere on this?
Thanks!
|
|
|
|
Re: Tomcat 5 & Oracle 9.2 [message #113554 is a reply to message #113521] |
Mon, 04 April 2005 10:47 |
jpantas
Messages: 2 Registered: April 2005
|
Junior Member |
|
|
Thanks - I had put it in $CATALINA_HOME/common/lib but it didn't work - UNTIL... I exec'd the shutdown.sh & startup.sh scripts again - I didn't realize it didn't dynamically link the libs - I'll have to remember that in the future -
Any idea where I have to put the 'bean' classes to get them recognized? Is it safe to assume that they need to be in the $CATALINA_HOME/common/lib or $CATALINA_HOME/shared/lib directories?
|
|
|
|