> From: SarcasmMonster [mailto:paradoxical.reason...@gmail.com] > Subject: Re: Adding new jars to Tomcat library. > > Is there a way to get around this?
Not if you want Tomcat to manage the DB connection pool. Installing the JDBC driver jar is a one-time thing; can't you schedule a few-second outage at some convenient time? > As far as I can tell from the article, I need the > jars in CATALINA_HOME/lib/. The article describes having Tomcat manage the connection pool, using its own version of commons-dbcp. You can do your own DBCP management within your webapp, providing the driver jar and commons-dbcp jars in WEB-INF/lib; you just can't configure it via a <Resource> element that way. Look here for the DIY info: http://commons.apache.org/dbcp/ - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org