RE: Adding new jars to Tomcat library.

2009-07-08 Thread Martin Gainty
il.com > To: users@tomcat.apache.org > Subject: RE: Adding new jars to Tomcat library. > > > Thanks. I knew about the alternative, but I was hoping I can take advantage > of IOC. Whatever :sleep: > > >Not if you want Tomcat to manage the DB connection pool. Installi

RE: Adding new jars to Tomcat library.

2009-07-08 Thread SarcasmMonster
.nabble.com/Adding-new-jars-to-Tomcat-library.-tp24395122p24397312.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-ma

RE: Adding new jars to Tomcat library.

2009-07-08 Thread Caldarale, Charles R
> 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 sche

Re: Adding new jars to Tomcat library.

2009-07-08 Thread SarcasmMonster
View this message in context: http://www.nabble.com/Adding-new-jars-to-Tomcat-library.-tp24395122p24396183.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

Re: Adding new jars to Tomcat library.

2009-07-08 Thread Pid
On 8/7/09 17:45, SarcasmMonster wrote: In Tomcat 6.0, when I add a new jar to the CATALINA_HOME/lib/ do I have to restart Tomcat before it's picked up? I added an MySQL jars so I can use the JNDI datasource but it is getting a class not found when I deploy my app. When I restarted my test Tomcat,

Adding new jars to Tomcat library.

2009-07-08 Thread SarcasmMonster
class loading was dynamic, it will look when needed. So I thought when I deployed my app, it would look and find it. I don't want restart the company's production server just to deploy my simple app. -- View this message in context: http://www.nabble.com/Adding-new-jars-to