SQLNestedException in Connection Pooling With Tomcat 7.0.39

2014-04-03 Thread Saurabh Saraswat
Dear All, I am doing connection pooling with tomcat 7.0.39 and MySQL 5.5.After searching on google and with your help i have done the below things. Even i am able to get the connection successfully using this but getting some trouble and exception. I am explaining you all steps done by me- *1. Ha

Re: Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread Toby Lazar
On Thu, Apr 3, 2014 at 10:03 PM, wrote: > > > I tried ssllabs but it doesn't support SSL on port 8443, but digicert did > show that everything was correct in the chain. > > Your certificate is a good certificate but it doesn't mean your client should trust it. ssllabs may trust a different set o

Re: Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread jeffery.scott.crump
I tried ssllabs but it doesn't support SSL on port 8443, but digicert did show that everything was correct in the chain. I've run my client program with the -Djavax.net.debug=all option. First it listed out all of the trusted authorities. Mine is GoDaddy and this is the record: 04/03/2014 07

Re: Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread James H. H. Lampert
I've only barely glanced at this thread, so forgive me if I'm saying something that's already been mentioned, or that's irrelevant. But yesterday, I was tearing my hair out over something similar while setting up a keystore for a customer: it seems that the customer's CA of choice had assumed

Re: Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread Ognjen Blagojevic
On 4.4.2014 0:27, Toby Lazar wrote: As others have noted here on other threads, you can use: http://portecle.sourceforge.net/ to see exactly which certificates your server is providing clients (Examine SSL/TLS connection). Viewing server certificates via browsers can be misleading since they d

Re: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-03 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 4/3/14, 3:34 PM, André Warnier wrote: Alten, Jessica-Aileen wrote: -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Donnerstag, 3. April 2014 15:36 An: Tomcat Users List

Re: Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread Toby Lazar
On Thu, Apr 3, 2014 at 2:58 PM, wrote: > Chris, > > > > > > > Sent from Windows Mail > > > > > > From: Christopher Schultz > Sent: Thursday, April 3, 2014 1:55 PM > To: Tomcat Users List > > > > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jeffrey, > > On 4/3/14, 2:25 PM, jeffery.sco

Re: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 4/3/14, 3:34 PM, André Warnier wrote: > Alten, Jessica-Aileen wrote: >>> -Ursprüngliche Nachricht- Von: André Warnier >>> [mailto:a...@ice-sa.com] Gesendet: Donnerstag, 3. April 2014 >>> 15:36 An: Tomcat Users List Betreff: Re: AW:

Re: AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-03 Thread André Warnier
Alten, Jessica-Aileen wrote: -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Donnerstag, 3. April 2014 15:36 An: Tomcat Users List Betreff: Re: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work Alten, Jessica-Aileen wrote: A bit guessing here

Re: Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread jeffery.scott.crump
Chris, Sent from Windows Mail From: Christopher Schultz Sent: ‎Thursday‎, ‎April‎ ‎3‎, ‎2014 ‎1‎:‎55‎ ‎PM To: Tomcat Users List -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 4/3/14, 2:25 PM, jeffery.scott.cr...@gmail.com wrote: > I’m using tomcat 7.0.50 on CentOS 6.5

Re: Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 4/3/14, 2:25 PM, jeffery.scott.cr...@gmail.com wrote: > I’m using tomcat 7.0.50 on CentOS 6.5 on a headless blade server; > 8 processor cores, 18 GB RAM. > > > My java client is opening an HttpsURLConnection: > > > SSLContext sc = SS

Valid certificate chain failing with "unable to find valid certification path to requested "

2014-04-03 Thread jeffery.scott.crump
I’m using tomcat 7.0.50 on CentOS 6.5 on a headless blade server; 8 processor cores, 18 GB RAM. My java client is opening an HttpsURLConnection: SSLContext sc = SSLContext.getInstance("TLS"); sc.init(null, null, null); HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFacto

Re: Catalina start problem

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Neeraj, On 4/2/14, 4:23 AM, Neeraj Sinha wrote: > I am trying to start tomcat on linux and I am getting > LifecycleException exception whose snippet is below: > > Apr 2, 2014 8:33:53 AM > org.apache.catalina.core.AprLifecycleListener init INFO: The

Re: catalina.out anomaly?

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shanti, On 4/3/14, 12:19 PM, Shanti Suresh wrote: > I am unable to understand how Tomcat v7.0.23 suppresses startup > messages in catalina.out and Tomcat v7.0.52 displays them all in > catalina.out. They work the same way. Are you launching them di

RE: Specific class loading in my webapp

2014-04-03 Thread Adrien RUFFIE
Ok I will try next week, If I can load several jars in a specific directory with VirtualWebappClassLoader, it good :-) Thank Christopher & Daniel Bien cordialement, Adrien Ruffié LD : +33 1 73 03 29 50 Tél : +33 1 73 03 29 80 E-DEAL Innover la Relation Client -Message d'origine- De 

catalina.out anomaly?

2014-04-03 Thread Shanti Suresh
Greetings, I am unable to understand how Tomcat v7.0.23 suppresses startup messages in catalina.out and Tomcat v7.0.52 displays them all in catalina.out. Also Tomcat 7.0.23 starts up much faster than Tomcat v7.0.52. Contexts are served immediately upon a v7.0.23 restart. I used the same logging.

Re: Specific class loading in my webapp

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Adrien, On 4/3/14, 3:53 AM, Adrien RUFFIE wrote: > I search a means to force my webapp when is deploy in tomcat, to > take several jars/classes in located in a specific directory. For > example when my webapp start, it load jars into > /var/lib/my-r

Re: AW: AW: grab hostname from tomcat manager

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 4/3/14, 5:14 AM, André Warnier wrote: > bjoern.bec...@easycash.de wrote: >>> -Ursprüngliche Nachricht- Von: Christopher Schultz >>> [mailto:ch...@christopherschultz.net] Gesendet: Mittwoch, 2. >>> April 2014 22:33 An: Tomcat Users

Re: tomcat randomly undeploys and redeploys the applications

2014-04-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 4/2/14, 5:20 PM, Mark Eggers wrote: > Chris, > > On 4/2/2014 1:54 PM, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mark, >> >> On 4/2/14, 4:30 PM, Mark Eggers wrote: >>> Chris, >>> >>> On 4/2/2014

AW: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-03 Thread Alten, Jessica-Aileen
> -Ursprüngliche Nachricht- > Von: André Warnier [mailto:a...@ice-sa.com] > Gesendet: Donnerstag, 3. April 2014 15:36 > An: Tomcat Users List > Betreff: Re: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not > work > > Alten, Jessica-Aileen wrote: > >> A bit guessing here : > >> > >>

Re: AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-03 Thread André Warnier
Alten, Jessica-Aileen wrote: A bit guessing here : You have : > worker.ajp13w.host=localhost and > jk_open_socket::jk_connect.c (735): connect to 0.0.0.0:8009 failed (errno=49) is "localhost" == 0.0.0.0 ? From the point of view of mod_jk/isapi, should it not be "127.0.0.1" ? Your answ

AW: tomcat-connectors-1.2.39-windows-x86_64-iis does not work

2014-04-03 Thread Alten, Jessica-Aileen
> A bit guessing here : > > You have : > > worker.ajp13w.host=localhost > > and > > > jk_open_socket::jk_connect.c (735): connect to 0.0.0.0:8009 failed > > (errno=49) > > is "localhost" == 0.0.0.0 ? > > From the point of view of mod_jk/isapi, should it not be "127.0.0.1" ? Your answer po

Re: Specific class loading in my webapp

2014-04-03 Thread Daniel Mikusa
On Apr 3, 2014, at 3:53 AM, Adrien RUFFIE wrote: > Hello all, What version of Tomcat are you using? > I search a means to force my webapp when is deploy in tomcat, to take several > jars/classes in located in a specific directory. > For example when my webapp start, it load jars into /var/lib/

Re: AW: AW: grab hostname from tomcat manager

2014-04-03 Thread André Warnier
bjoern.bec...@easycash.de wrote: -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Mittwoch, 2. April 2014 22:33 An: Tomcat Users List Betreff: Re: AW: grab hostname from tomcat manager -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bjor

AW: AW: grab hostname from tomcat manager

2014-04-03 Thread Bjoern.Becker
> -Ursprüngliche Nachricht- > Von: Christopher Schultz [mailto:ch...@christopherschultz.net] > Gesendet: Mittwoch, 2. April 2014 22:33 > An: Tomcat Users List > Betreff: Re: AW: grab hostname from tomcat manager > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Bjorn, > > On 4/2/

Specific class loading in my webapp

2014-04-03 Thread Adrien RUFFIE
Hello all, I search a means to force my webapp when is deploy in tomcat, to take several jars/classes in located in a specific directory. For example when my webapp start, it load jars into /var/lib/my-repository/ Is it possible to do this directly with a classloader in my webapp, and also dyna