DBI/Oracle and Tomcat



Hi,

I have DBI connecting to Oracle under Apache2.2 (Win32). I've
installed the Oracle client dlls and everything is working fine.

Now I'm trying to run the same perl script under Tomcat, but I'm
getting the always fun "install_driver(Oracle) failed: Can't load 'C:/
Perl/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle..." error.

I've modified Tomcat's web.xml to execute cgi scripts. Any idea why
this error is showing up with Tomcat and not the web server?

.