It can go in a number of places. If you're deploying your component as a
servlet it should go in C:\yourTomcatHome\WEBAPPS\yourWebApp\WEB-INF\lib
(1st Choice)
It could also go in C:\yourTomcatHome\lib (2nd Choice)
It could also go in C:\yourJavaHome\jre\lib\ext (Not recommended)
Kevin wrote:
Dear all,
Could you please advise where should I put the Oracle JDBC driver
(classes12.zip or classes12.jar) under Windows XP with Tomcat 4.1? Do I
need to set classpath?
Many thanks.
Kevin.