RE: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
Thank You Chuck!!! n828cl wrote: > >> From: kareem_s_m [mailto:kareemud...@gmail.com] >> Subject: Re: SSL Not working on tomcat 5.5.29 >> >> If I rename tcnative-1.dll in the bin folder then the >> site on SSL works. > > SSL handling with the APR conn

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
Yup... I guess I missed it. Thank You Konstantin. Konstantin Kolinko wrote: > > 2010/7/12 kareem_s_m : >> >> Hi All, >> >> If I rename tcnative-1.dll in the bin folder then the site on SSL works. >> I >> am not that knowledgeable on thie dll. Any

Re: SSL Not working on tomcat 5.5.29

2010-07-12 Thread kareem_s_m
Hi All, If I rename tcnative-1.dll in the bin folder then the site on SSL works. I am not that knowledgeable on thie dll. Any comments or ideas please? I got this suggestion from google but no specific reason. Regards, Kareem Pid * wrote: > > On 02/07/2010 06:30, kareem_s_m wrote: >

Re: SSL Not working on tomcat 5.5.29

2010-07-06 Thread kareem_s_m
Server.xml is well formed as I can render it in IE. Also, the cert path is right. Konstantin Kolinko wrote: > > 2010/7/6 kareem_s_m : >> >> When I run in NON SSL (port 8080, stuff is written to the log files). >> When I >> run under SSL (8443) nothing is

Re: SSL Not working on tomcat 5.5.29

2010-07-05 Thread kareem_s_m
When I run in NON SSL (port 8080, stuff is written to the log files). When I run under SSL (8443) nothing is written to the same log files. Konstantin Kolinko wrote: > > 2010/7/2 kareem_s_m : >> Also >> nothing is written to the log flies. > > Nothing at all? The l

Re: SSL Not working on tomcat 5.5.29

2010-07-03 Thread kareem_s_m
wrote: > > kareem_s_m wrote: >> Hi All, >> >> I am working on upgrading tomcat from 5.5.28 to 5.5.29 for one of the >> applications. I see that the website renders and works fine in 5.5.29 on >> port 8080 (non SSL) but with SSL (port 8443) the website does

SSL Not working on tomcat 5.5.29

2010-07-01 Thread kareem_s_m
Hi All, I am working on upgrading tomcat from 5.5.28 to 5.5.29 for one of the applications. I see that the website renders and works fine in 5.5.29 on port 8080 (non SSL) but with SSL (port 8443) the website doesnot run at all. When I try to see what's going on in Fiddle, I see 502 error. Also n

Re: [OT] Ignore or Trust any certificate

2009-07-11 Thread kareem_s_m
IN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kareem, > > On 7/10/2009 2:46 PM, kareem_s_m wrote: >> Is there a way in tomcat to ignore or trust any SSL certificate when >> connecting to a site through https? I know there is some JAVA code for >> it. >> But ca

Re: Ignore or Trust any certificate

2009-07-11 Thread kareem_s_m
I know about catching the exception. I just want to know if there is a way to tell tomcat to ignoring or trusting any third party certificates. Do you have idea on that? Hassan Schroeder-2 wrote: > > On Fri, Jul 10, 2009 at 9:36 PM, kareem_s_m wrote: >> >> So when my site

RE: Ignore or Trust any certificate

2009-07-10 Thread kareem_s_m
: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. So to avoid this, I want to know if tomcat can ignore or trust any server certificate with out validating it. Caldarale, Charles R wrote: > >> From: kareem_s_m [mailto:kareemud...@

RE: Ignore or Trust any certificate

2009-07-10 Thread kareem_s_m
Message- > From: kareem_s_m > Sent: Friday, July 10, 2009 14:47 > > > Hi There, > > Is there a way in tomcat to ignore or trust any SSL > certificate when connecting to a site through https? I know > there is some JAVA code for it. > But can we do it through tomcat

Ignore or Trust any certificate

2009-07-10 Thread kareem_s_m
Hi There, Is there a way in tomcat to ignore or trust any SSL certificate when connecting to a site through https? I know there is some JAVA code for it. But can we do it through tomcat or JVM settings too? Regards, Kareem -- View this message in context: http://www.nabble.com/Ignore--or-Trust

RE: Using Multiple JVM instances

2009-05-06 Thread kareem_s_m
le JVMs on the same machine, all port numbers should be mutullay exclusive. Caldarale, Charles R wrote: > >> From: kareem_s_m [mailto:kareemud...@gmail.com] >> Subject: RE: Using Multiple JVM instances >> >> But nothing is written to them > >

RE: Using Multiple JVM instances

2009-05-05 Thread kareem_s_m
And my Java is 1.5.07, Tomcat is 5.5.26 and machine is windows 2003 on 64 bit. kareem_s_m wrote: > > Thanks Chuck. When I start the first JVM service, the log files in the > appropriate directory are created and data is written to stdout file (no > errors though). When I start th

RE: Using Multiple JVM instances

2009-05-05 Thread kareem_s_m
log files). But nothing is written to them and the error that the 'Process terminated unexpectedly. http://www.nabble.com/file/p23397301/Multiple_JVM_Error.jpg ' Caldarale, Charles R wrote: > >> From: kareem_s_m [mailto:kareemud...@gmail.com] >> Subject: Using Multiple JVM

Using Multiple JVM instances

2009-05-05 Thread kareem_s_m
Hi There, I want to run 2 instances for my application on 2 separate JVMs on the same machine. I have installed Java 1.5 and using Tomcat 5.5.26. Now in JVM1 - (i) My Cataline_Home and Cataline_Base are = E:\apps\thirdparty\apache5.5.26\JVM1 (ii) My JAVA_HOME = D:\JDk. JVM1 - (i) M