RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > And. what can I do ? If you choose not to use APR, delete the .dll from the bin directory, and configure SSL according to the doc I gave you before: http://tomcat.apache.org/tomcat-5.5-doc/ss

Re: Configure SSL on Tomcat.

2007-04-26 Thread Cartman
And. what can I do ? On 4/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > I should install one by one or just tcnative-1.dll?? I'm the wrong person to ask, since I prefer

RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > I should install one by one or just tcnative-1.dll?? I'm the wrong person to ask, since I prefer to run pure Java rather than mix native code into the pot. Unless you're really pres

Re: Configure SSL on Tomcat.

2007-04-26 Thread Cartman
> My Apache Tomcat is 5.5.9 > My jdk is 1.5.05 Is that a Sun JDK? If so, you're not being precise with the version number; do you mean 1.5.0_5? Sorry, jdk-1_5_0_05-windows-i586-p.exe And my windows is 2003 server. > > how to I configure apr? If APR is installed, you'll see a tcnative-1.

RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > My Apache Tomcat is 5.5.9 > My jdk is 1.5.05 Is that a Sun JDK? If so, you're not being precise with the version number; do you mean 1.5.0_5? > And my windows is 2003 server. > >

Re: Configure SSL on Tomcat.

2007-04-26 Thread Cartman
Hi, thanks for your answer, so... My Apache Tomcat is 5.5.9 My jdk is 1.5.05 And my windows is 2003 server. how to I configure apr? On 4/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Configure SSL on Tomcat. > >

RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Configure SSL on Tomcat. > > I try to configure my apache tomcat server with > ssl support, but I can't. What version of Tomcat are you using? (The web sites you listed were for everything from 3.0 through 5.0, so

Configure SSL on Tomcat.

2007-04-26 Thread Cartman
Hi everybody, I try to configure my apache tomcat server with ssl support, but I can't. I've done everything but don't work. I've visited some web pages where say, the same but I can't configure my tomcat. http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html http://www.digicert.com/ssl-certif

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-23 Thread Markus Schönhaber
anil abraham wrote: > Hi Markus, > The Tomcat log is as folows: > What does this Indicate. It indicates that there is something going badly wrong when Tomcat tries to set up the Connector. Are you using a Sun VM as the lines like > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) m

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-23 Thread anil abraham
Hi Markus, The Tomcat log is as folows: What does this Indicate. Mar 23, 2006 2:50:28 PM org.apache.catalina.startup.Catalina load SEVERE: Catalina.start LifecycleException: Protocol handler instantiation failed: java.lang.NullPointe rException at org.apache.coyote.tomcat5.CoyoteConne

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread anil abraham
. What else can i try. Regards, Anil From: Markus Schönhaber <[EMAIL PROTECTED]> Reply-To: tomcat-user@jakarta.apache.org To: "Tomcat Users List" Subject: Re: Unable to Configure SSL on Tomcat on AIX Date: Tue, 21 Mar 2006 13:06:15 +0100 anil abraham wrote: > I ha

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread Markus Schönhaber
anil abraham wrote: > I have made the changes to the server.xml.(secure="true" and > scheme="https") but still > the default web page is not displayed. When i use the same server.xml > config under windows tomcat installation i am able to access the deployed > application and tomcat

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread Markus Schönhaber
anil abraham wrote: > hi Markus, > 1)The page is displayed if i access it via > http://172.25.16.2:localhost:8080/els but cannot when i use > https://172.25.16.2:localhost:8070/els. These are not really the URLs you use, are they? So, chances are, the HTTPS configuration of the Connector did some

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread anil abraham
Anil From: Markus Schönhaber <[EMAIL PROTECTED]> Reply-To: tomcat-user@jakarta.apache.org To: "Tomcat Users List" Subject: Re: Unable to Configure SSL on Tomcat on AIX Date: Tue, 21 Mar 2006 10:18:20 +0100 anil abraham wrote: > I have been trying to configure SSL on Tomcat

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread Markus Schönhaber
anil abraham wrote: > I have been trying to configure SSL on Tomcat 5.0.28 on IBM AIX5.2 OS on > port > 8070 .(I also tried with port 8443 but i dont get the tomcat default web > page even though > catalina.out shows Tomcat and my deployed application as started.). > After

Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread anil abraham
Hi, I have been trying to configure SSL on Tomcat 5.0.28 on IBM AIX5.2 OS on port 8070 .(I also tried with port 8443 but i dont get the tomcat default web page even though catalina.out shows Tomcat and my deployed application as started.). After making changes to configure SSL on AIX my