RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
oblem. But I am concerned that the C3p0 is not updated since 2015. Let's hope for a better library. Bye~ 2018년 11월 27일 (화) 오후 6:20, Gilles SCHLIENGER 님이 작성: > Thanks, > > I don't have this problem using C3p0 > > Parallel deployment is working fine so far, especially now

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
art of the JMX name. You can change the bean name for each distribution. But that is not smart. 2. Usually, JMX is use for system monitoring. Using tool like grafana, you will see jvm heap momory, running thread count, network traffic of Tomcat. 2018년 11월 27일 (화) 오후 6:03, Gilles SCHLIENGER 님이 작성:

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
y. I hope this helps. 2018년 11월 27일 (화) 오전 2:03, Chris Cheshire 님이 작성: > On Mon, Nov 26, 2018 at 9:58 AM Gilles SCHLIENGER > wrote: > > > > Hi, > > I understand your needs, but what is your problem, since you don't use > parallel deployment ? > > Your connectio

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
l.com] Envoyé : lundi 26 novembre 2018 18:04 À : Tomcat Users List Objet : Re: Connection pool and parallel deployment problem On Mon, Nov 26, 2018 at 9:58 AM Gilles SCHLIENGER wrote: > > Hi, > I understand your needs, but what is your problem, since you don't use > parallel deploymen

RE: Connection pool and parallel deployment problem

2018-11-26 Thread Gilles SCHLIENGER
6, 2018 at 3:54 AM Gilles SCHLIENGER wrote: > > Hi Christopher, > > Thanks for your email. > > About connection pools not being closed, maybe the connection pool is closed > but the connections to the database are not. > > Here are the tests I did: > > + TEST 1: &g

RE: Connection pool and parallel deployment problem

2018-11-26 Thread Gilles SCHLIENGER
ailto:ch...@christopherschultz.net] Envoyé : samedi 24 novembre 2018 17:19 À : users@tomcat.apache.org Objet : Re: Connection pool and parallel deployment problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gilles, On 11/23/18 05:07, Gilles SCHLIENGER wrote: > Thanks Mark for your answer > > Her

RE: Connection pool and parallel deployment problem

2018-11-23 Thread Gilles SCHLIENGER
credi 21 novembre 2018 14:18 À : Tomcat Users List; Gilles SCHLIENGER Objet : Re: Connection pool and parallel deployment problem On 21/11/2018 11:00, Gilles SCHLIENGER wrote: > Hi all, > > We are using Tomcat 9 and parallel deployment. > > I use a connection pool defined in the x

RE: Connection pool and parallel deployment problem

2018-11-21 Thread Gilles SCHLIENGER
ations are not interested in such features. Both Tomcat and DB vendors are not going to fix it. It's not a tragedy, it's just a comedy. 2018년 11월 21일 (수) 오후 8:00, Gilles SCHLIENGER 님이 작성: > Hi all, > > We are using Tomcat 9 and parallel deployment. > > I use a connect

Connection pool and parallel deployment problem

2018-11-21 Thread Gilles SCHLIENGER
Hi all, We are using Tomcat 9 and parallel deployment. I use a connection pool defined in the xml context (myApp##1.xml, myApp##2.xml in my exemple) I have the following problem : - I have myApp##1.war deployed using a connection pool (configured in myApp##1.xml) - I deploy myApp##2.war (using

RE: Default context.xml with parallel deployment

2018-11-09 Thread Gilles SCHLIENGER
jdbc datasource : IntrospectionUtils: Assert: Illegal params null ContextResource[name=jdbc/... So I'm afraid I can't use this solution... Regards Gilles -Message d'origine----- De : Gilles SCHLIENGER [mailto:gilles.schlien...@cncc.fr] Envoyé : vendredi 9 novembre 2018 10:15 À

RE: Default context.xml with parallel deployment

2018-11-09 Thread Gilles SCHLIENGER
d'origine- De : Mark Thomas [mailto:ma...@apache.org] Envoyé : jeudi 8 novembre 2018 23:37 À : users@tomcat.apache.org Objet : Re: Default context.xml with parallel deployment On 08/11/2018 20:45, Gilles SCHLIENGER wrote: > Hi everyone, > > We are using Tomcat 9.0.8. >

RE: Default context.xml with parallel deployment

2018-11-09 Thread Gilles SCHLIENGER
you use in you myapplication#foo.xml ? You may symlink this files from an application-specific master template, e.g. myapplication.xml greeatings Guido >-Original Message----- >From: Gilles SCHLIENGER [mailto:gilles.schlien...@cncc.fr] >Sent: Thursday, November 08,

Default context.xml with parallel deployment

2018-11-08 Thread Gilles SCHLIENGER
Hi everyone, We are using Tomcat 9.0.8. We are using xml context files in $CATALINA_BASE/conf/[enginename]/[hostname]/ to store the database connexion information. When using parallel deployment, I understand that you should use for specific context xml files : - for myapplication##1.war : my