Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-26 Thread Satish Mittal
On Sat, Nov 26, 2011 at 2:56 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2011/11/24 Mark Thomas ma...@apache.org: On 22/11/2011 20:42, Satish Mittal wrote: Hi All, I have observed a regression between tomcat 5 and tomcat 7. That is

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-25 Thread Konstantin Kolinko
2011/11/24 Mark Thomas ma...@apache.org: On 22/11/2011 20:42, Satish Mittal wrote: Hi All, I have observed a regression between tomcat 5 and tomcat 7. That is https://issues.apache.org/bugzilla/show_bug.cgi?id=38774 that was fixed only in the 5.5.x branch. I'm not a huge fan of using

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-24 Thread Satish Mittal
On Thu, Nov 24, 2011 at 3:07 AM, Mark Thomas ma...@apache.org wrote: On 22/11/2011 20:42, Satish Mittal wrote: Hi All, I have observed a regression between tomcat 5 and tomcat 7. That is https://issues.apache.org/bugzilla/show_bug.cgi?id=38774 that was fixed only in the 5.5.x branch.

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Satish, On 11/23/11 12:30 AM, Satish Mittal wrote: On Wed, Nov 23, 2011 at 2:32 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: This used to work in tomcat 5. Interesting. Where is this documented to work? As per the tomcat

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-23 Thread Konstantin Kolinko
2011/11/23 Satish Mittal satish.mit...@gmail.com: This used to work in tomcat 5. However in tomcat 7, the same webapp/keystore throws the following error: You must always mention the full version number. There are ~20 different versions of Tomcat 7.0.x, and even more of 5.0.x/5.5.y

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-23 Thread Satish Mittal
On Wed, Nov 23, 2011 at 11:14 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/11/23 Satish Mittal satish.mit...@gmail.com: This used to work in tomcat 5. However in tomcat 7, the same webapp/keystore throws the following error: You must always mention the full version number.

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-23 Thread Mark Thomas
On 22/11/2011 20:42, Satish Mittal wrote: Hi All, I have observed a regression between tomcat 5 and tomcat 7. That is https://issues.apache.org/bugzilla/show_bug.cgi?id=38774 that was fixed only in the 5.5.x branch. I'm not a huge fan of using system properties for configuration so I prefer

RE: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-22 Thread Caldarale, Charles R
From: Satish Mittal [mailto:satish.mit...@gmail.com] Subject: Tomcat 7 not working with javax.net.ssl.keyStorePassword property In my tomcat webapp, before I spawn another tomcat webapp process I'll bite: what does that mean? What part of the servlet spec covers that action? - Chuck

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/22/11 4:02 PM, Caldarale, Charles R wrote: From: Satish Mittal [mailto:satish.mit...@gmail.com] Subject: Tomcat 7 not working with javax.net.ssl.keyStorePassword property In my tomcat webapp, before I spawn another tomcat webapp

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Satish, On 11/22/11 3:42 PM, Satish Mittal wrote: I pass on the keystore password by setting the system property javax.net.ssl.keyStorePassword to keystore password, instead of writing the keystore password in plain-text as an attribute in

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-22 Thread Satish Mittal
Hi, Please see my response inline. -Satish On Wed, Nov 23, 2011 at 2:32 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Satish Mittal [mailto:satish.mit...@gmail.com] Subject: Tomcat 7 not working with javax.net.ssl.keyStorePassword property In my tomcat webapp,