Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Charles Van Damme
OK Christopher: 1) Output tabs of NetBeans IDE 1.1) Tomcat 7.0 : Using CATALINA_BASE: C:\Program Files\ApacheSoftwFound\Apache Tomcat 7.0.11 Using CATALINA_HOME: C:\Program Files\ApacheSoftwFound\Apache Tomcat 7.0.11 Using CATALINA_TMPDIR: C:\Program Files\ApacheSoftwFound\Apache Tomcat

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Pid
On 10/06/2011 14:25, Charles Van Damme wrote: java.security.NoSuchAlgorithmException: RSA SSLContext not available It seems pretty clear that RSA isn't accepted by Java as a valid algorithm. p signature.asc Description: OpenPGP digital signature

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Charles Van Damme
Dear Pid, Yes, RSA fails, and I'm wondering why. Meantime, in 'server.xml' (see my previous email sending, I changed RSA by TLS. Only that. Output tabs : 1.1) Tomcat 7.0 : Using CATALINA_BASE: C:\Program Files\ApacheSoftwFound\Apache Tomcat 7.0.11 Using CATALINA_HOME: C:\Program

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Sriram Narayanan
Charles, you are facing multiple problems here. One is with the RSA, and the other is with starting Tomcat instances. On Fri, Jun 10, 2011 at 8:48 PM, Charles Van Damme chava...@gmail.com wrote: snip/ At which moment does NetBeans start the Tomcat server ? If I operate a shutdown.bat and a

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles, On 6/10/2011 9:25 AM, Charles Van Damme wrote: 10-jun-2011 15:14:11 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 6/10/2011 3:59 PM, Christopher Schultz wrote: It's best to find out what your JVM supports and use that. I wrote a short bit of code a while back to determine the supported algorithms and the default cipher suite for an SSLSocketFactory.

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Patrick Flaherty
Hi, Is APR/native Connector dramatically faster then Java Nio Blocking Connector or is it marginal ? I'd love faster SSL but all my keys and certs are java based (keytool). Will APR ever support Java SSL ? I find Java keytool to be reasonably easy to use. Is OpenSSL as easy to use ?

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Pid
On 10/06/2011 21:29, Patrick Flaherty wrote: Hi, Is APR/native Connector dramatically faster then Java Nio Blocking Connector or is it marginal ? APR+SSL is a little faster, if I remember correctly, Chris? I'd love faster SSL but all my keys and certs are java based (keytool). Will APR

Re: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 6/10/2011 4:37 PM, Pid wrote: On 10/06/2011 21:29, Patrick Flaherty wrote: Hi, Is APR/native Connector dramatically faster then Java Nio Blocking Connector or is it marginal ? APR+SSL is a little faster, if I remember correctly,

RE: My web application to use SSL (JSSE - RSA)

2011-06-10 Thread Adamus, Steven J.
: Friday, June 10, 2011 1:37 PM To: Tomcat Users List Subject: Re: My web application to use SSL (JSSE - RSA) On 10/06/2011 21:29, Patrick Flaherty wrote: Hi, Is APR/native Connector dramatically faster then Java Nio Blocking Connector or is it marginal ? APR+SSL is a little faster, if I

Re: My web application to use SSL (JSSE - RSA)

2011-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles, On 6/8/2011 3:03 PM, Charles Van Damme wrote: 1) I'm trying first with JSSE. Please see !-- Connectors ... in my server.xml file. Attachments stripped again. Please copy/paste into the message. 2) How can I prevent my NetBeans IDE to

RE: My web application to use SSL (JSSE - RSA)

2011-06-08 Thread Caldarale, Charles R
From: Charles Van Damme [mailto:chava...@gmail.com] Subject: My web application to use SSL (JSSE - RSA) I'm trying to get my first applic using SSL started. I read therefor SSL Configuration HOW-TO n times. Including the part about there being *two* SSL mechanisms? Which one are you

Re: My web application to use SSL (JSSE - RSA)

2011-06-08 Thread Charles Van Damme
Dear, 1) I'm trying first with JSSE. Please see !-- Connectors ... in my server.xml file. 2) How can I prevent my NetBeans IDE to start a Tomcat server ? To run and stop Tomcat separately, I figure that you mean start Cmd C:\Program Files\apache-tomcat-7.0.11\bin\startup.bat and shutdown.bat