Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-09 Thread Pid *
On 9 Dec 2011, at 07:54, Oladapo Moshood morec...@gmail.com wrote: On Thu, Dec 8, 2011 at 8:41 AM, Daniel Mikusa dmik...@vmware.com wrote: On Thu, 2011-12-08 at 08:22 -0800, Oladapo Moshood wrote: After the re-installation of the whole Apache Tomcat Native Library, I still get: Ok,

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-08 Thread Oladapo Moshood
After the re-installation of the whole Apache Tomcat Native Library, I still get: Dec 8, 2011 12:25:28 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.16. Dec 8, 2011 12:25:28 PM org.apache.catalina.core.AprLifecycleListener init

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-08 Thread Daniel Mikusa
On Thu, 2011-12-08 at 08:22 -0800, Oladapo Moshood wrote: After the re-installation of the whole Apache Tomcat Native Library, I still get: Ok, take a step back for a second... 1.) What were the results of ./configure ...? If you could paste them in here, that would be helpful. 2.) After

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-06 Thread Pid *
On 6 Dec 2011, at 07:51, Oladapo Moshood morec...@gmail.com wrote: Dan, This is what I actually have in my Oracle EL5. The other information I sent on apache-tomcat-7 was done on my redhat 6 to see if the error i'm getting is a bug in apache-tomcat-6, but got the same error. Here is how i

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-06 Thread Oladapo Moshood
I think yes because I specified the library path. Or how can I confirm your question on my server. see below what I have in the path [root@opt01 apr-httpd]# ll total 16 drwxr-xr-x 2 root root 4096 Dec 2 12:27 bin drwxr-xr-x 2 root root 4096 Dec 2 12:27 build-1 drwxr-xr-x 3 root root 4096 Dec 2

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-06 Thread Daniel Mikusa
On Mon, 2011-12-05 at 23:51 -0800, Oladapo Moshood wrote: Dan, This is what I actually have in my Oracle EL5. The other information I sent on apache-tomcat-7 was done on my redhat 6 to see if the error i'm getting is a bug in apache-tomcat-6, but got the same error. Here is how i

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-06 Thread Daniel Mikusa
On Tue, 2011-12-06 at 01:10 -0800, Oladapo Moshood wrote: I think yes because I specified the library path. Or how can I confirm your question on my server. see below what I have in the path [root@opt01 apr-httpd]# ll total 16 drwxr-xr-x 2 root root 4096 Dec 2 12:27 bin drwxr-xr-x 2 root

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-06 Thread Oladapo Moshood
Thank you Daniel for your response. I do not see libssl listed, please see output: [root@opt01 native]# ldd .libs/libtcnative-1.so linux-gate.so.1 = (0x00b3b000) libapr-1.so.0 = /usr/local/apr/lib/libapr-1.so.0 (0x00288000) librt.so.1 = /lib/i686/nosegneg/librt.so.1

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-06 Thread Daniel Mikusa
On Tue, 2011-12-06 at 06:50 -0800, Oladapo Moshood wrote: Thank you Daniel for your response. I do not see libssl listed, please see output: [root@opt01 native]# ldd .libs/libtcnative-1.so linux-gate.so.1 = (0x00b3b000) libapr-1.so.0 = /usr/local/apr/lib/libapr-1.so.0

SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Dear all, I have a very serious problem in making SSL work on apache tomcat 6 on my oracle EL5. I have been able to configure everything. If I access http://localhost:8443 it works but if I change the http to https, it doesn't work. I check my catalina.out log to see with and I saw: 5-Dec-2011

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Still waiting to hear from you folks. I presume if I did not configure server.xml right, then I should see more errors than this. This is my only challenge, please help me out. On Mon, Dec 5, 2011 at 1:20 PM, Oladapo Moshood morec...@gmail.com wrote: Dear all, I have a very serious problem

RE: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Caldarale, Charles R
From: Oladapo Moshood [mailto:morec...@gmail.com] Subject: Re: SSL configuration on apache tomcat 6 - Oracle EL5 Still waiting to hear from you folks. A bit impatient, are we? Remember, everyone on this list is a _volunteer_, not paid. If you want immediate answers, hire someone. I

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Hassan Schroeder
On Mon, Dec 5, 2011 at 1:50 PM, Oladapo Moshood morec...@gmail.com wrote: Still waiting to hear from you folks. Ah, you'd be wanting our Tier 2 30-minute-response support, then. Would you like to put that on your Visa or MasterCard? -- Hassan Schroeder

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
, 2011 at 1:54 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Oladapo Moshood [mailto:morec...@gmail.com] Subject: Re: SSL configuration on apache tomcat 6 - Oracle EL5 Still waiting to hear from you folks. A bit impatient, are we? Remember, everyone on this list

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Like I said to Chuck, I'm sorry to everyone. I didn't mean to be disturbing. Please pardon me and please assist. Thank you Hassan. On Mon, Dec 5, 2011 at 2:03 PM, Hassan Schroeder hassan.schroe...@gmail.com wrote: On Mon, Dec 5, 2011 at 1:50 PM, Oladapo Moshood morec...@gmail.com wrote:

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Daniel Mikusa
On Mon, 2011-12-05 at 13:20 -0800, Oladapo Moshood wrote: Dear all, I have a very serious problem in making SSL work on apache tomcat 6 on my oracle EL5. I have been able to configure everything. If I access http://localhost:8443 it works but if I change the http to https, it doesn't work.

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Dear Dan, I have the native libraries in /usr/share/apache-tomcat-7.0.23/bin/tomcat-native-1.1.22-src/jni/native to install tomcat native. I Installed with ./configure --with-apr=/usr/local/apr-httpd/ --with-java-home=/usr/java/jdk1.7.0/ Thank you On Mon, Dec 5, 2011 at 2:23 PM, Daniel

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-05 Thread Oladapo Moshood
Dan, This is what I actually have in my Oracle EL5. The other information I sent on apache-tomcat-7 was done on my redhat 6 to see if the error i'm getting is a bug in apache-tomcat-6, but got the same error. Here is how i installed it on Oracle EL5: I have the native libraries in