Should c3p0 and postgres libraries be in $CATALINA_HOME/lib or each application's classpath?

2017-08-11 Thread Miguel Almeida
I used to put both libraries in CATALINA_HOME, as past experiences made me suspect of memory leaks if any of these 2 dependencies was in each application's classpath. However, the most recent c3p0 version has a dependency to mchange-commons-java-0.2.11.jar (which also needs to be in CATALINA_HOME

Re: [Tomcat 7] Why can't you use automatic deployment and exploded WAR when docBase is outside appBase?

2012-08-06 Thread Miguel Almeida
wrote: > On 8/6/2012 12:40 PM, Caldarale, Charles R wrote: > >> From: Miguel Almeida >> [mailto:migueldealmeida@gmail.**com >>> ] >>> Subject: [Tomcat 7] Why can't you use automatic deployment >>> and exploded WAR when docBase is outside appBa

[Tomcat 7] Why can't you use automatic deployment and exploded WAR when docBase is outside appBase?

2012-08-06 Thread Miguel Almeida
will return null). Setting up a dedicated directory seems a bit of a hassle for a temporary inputstream. Cheers, Miguel Almeida