Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kumaresh, On 10/24/12 10:39 AM, KumareshGopalsamy wrote: > But when I shutdown Tomcat from command prompt > > C:\apache-tomcat-6.0.24-windows-x64\apache-tomcat-6.0.24\bin>shutdown > > I could see Apache Tomcat homepage in http://localhost:8080/ but

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Martin Gainty
/KeyMaterial.html#KeyMaterial%28java.io.File,%20java.io.File,%20char[],%20char[]%29 Martin __ Please do not alter or disrupt this email comunnication > Subject: RE: Tomcat 6.0.24 SSL Setup issue > Date: Wed, 24 Oct 2012 15:39:01 +0100

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread KumareshGopalsamy
ost:8443/ Will I continue to see homepage in http://localhost:8080/ after tomcat shutdown? Regards Kumaresh Gopalsamy -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 24 October 2012 15:27 To: Tomcat Users List Subject: Re: Tomcat 6.0.24 SSL Setup issue -BEGIN

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Mark Thomas
rver.JkMain > start INFO: Jk running ID=0 time=0/32 config=null 24-Oct-2012 > 14:52:40 org.apache.catalina.startup.Catalina start INFO: Server > startup in 1986 ms > > > Thank you > > Regards Kumaresh Gopalsamy > > > -Original Message- From: Christopher S

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread KumareshGopalsamy
org.apache.catalina.startup.Catalina start INFO: Server startup in 1986 ms Thank you Regards Kumaresh Gopalsamy -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 24 October 2012 14:42 To: Tomcat Users List Subject: Re: Tomcat 6.0.24 SSL Setup issue -BEGIN

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread KumareshGopalsamy
Watts [mailto:t...@cliftonfarm.org] Sent: 24 October 2012 14:17 To: Tomcat Users List Subject: Re: Tomcat 6.0.24 SSL Setup issue On Wed, 2012-10-24 at 11:38 +0100, KumareshGopalsamy wrote: > > > >maxThreads="150" scheme="https" secure="true&q

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kumaresh, On 10/24/12 6:38 AM, KumareshGopalsamy wrote: > I have followed below steps to setup SSL > > Details Tomcat 6.0.24 Windows server 2008 R2 Datacenter Since you are using SSL, I suspect you are interested in protecting your data. You should

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Mark Thomas
On 24/10/2012 11:38, KumareshGopalsamy wrote: > Hi > > > > I have followed below steps to setup SSL You are trying to use BIO/NIO (100% Java) SSL configuration for the APR(native) connector. That won't work. Fix your configuration or disable APR. See the SSL How-to, particularly the section

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Tim Watts
On Wed, 2012-10-24 at 11:38 +0100, KumareshGopalsamy wrote: > > > >maxThreads="150" scheme="https" secure="true" > >clientAuth="false" sslProtocol="TLS" > keystorePass="changeit" keystoreFile=" > C:\apache-tomcat-6.0.24-windows-x64\key \.keystore"/> > The only