> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> To: Tomcat Users List
> Subject: Tomcat 5.5 and loading of native libraries
> 
> Is there anyway to force tomcat to use the same class 
> loader for all webapps

Put the JDBC driver jar in common/lib, rather than in each webapp's
WEB-INF/lib.  This will likely require DB connections to be shared
across webapps, but also allows Tomcat to manage the connection pooling.

An alternative is to use Oracle's type 4 driver, which has no native
code.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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