Hi All,

I am quite new to tomcat and I have been looking for information about how
to do the following thing, but I have not found the way.

In the company I work, we have a really old oracle db, and a quite new one
with a cluster.

The project which are developing under tomcat 6.0 (linux) needs to access
this to database but the driver I have found in oracle doesn't support the
two database. So I need to use a driver for the old db and another for the
new one.

I thought that I could put the driver in the WEB-INF/lib of the two
applications (no application need to use the two driver at the same time),
but I have seen in the documentation and faqs that you must put the driver
in the $CATALINA_HOME/lib directory.

The problem is that i can not put the two driver (of different versions)
in the lib directory.

It is there a clean way to put the driver in the application directory,
and the application takes care of doing the pooling etc.

I will appreciate any light on that,

Thanks in advanced,

Manuel Huertas.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to