RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
. 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 that we will > us

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
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 님이 작성: > Tha

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
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 connections are not clos

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
] 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 deployment ? > Y

RE: Connection pool and parallel deployment problem

2018-11-26 Thread Gilles SCHLIENGER
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: > - I deploy m

RE: Connection pool and parallel deployment problem

2018-11-26 Thread Gilles SCHLIENGER
: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 > > Here is

RE: Connection pool and parallel deployment problem

2018-11-23 Thread Gilles SCHLIENGER
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 xml co

RE: Connection pool and parallel deployment problem

2018-11-21 Thread Gilles SCHLIENGER
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 connection pool defined in

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

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 À : Tomcat Users

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
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, 2018 9:46 PM &

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 :