Re: Apache/Tomcat with SSL

2009-09-29 Thread Pid
s available. You may want to consider posting sections of your httpd.conf file (or any relevant file included by the "Include" directive) (Remove any sensitive information when posting your question) -Jorge -Original Message- From: Miguel Ortiz [mailto:miguel.or...@macneillg

Re: Apache/Tomcat with SSL

2009-09-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 9/29/2009 4:12 AM, Pid wrote: > @Miguel, the problem (from the URLs you supplied) is that Tomcat is not > processing the JSP content, HTTPD is serving it as a static file. > > This is caused by a broken mod_jk*, (or mod_proxy) config +1 My

Re: Apache/Tomcat with SSL

2009-09-29 Thread Pid
ver when I use the https, all I see is the jsp script. Miguel Ortiz Network Engineer x4818 wk: 954-331-4818 bbry: 954-649-1863 miguel.or...@macneillgroup.com -Original Message- From: Jorge Medina [mailto:jmed...@e-dialog.com] Sent: Monday, September 28, 2009 10:55 AM To: Tomcat Users List

Re: Apache/Tomcat with SSL

2009-09-28 Thread Crypto Sal
with SSL Also, in order to configure Apache with SSL you must have the module mod_ssl -Original Message- From: Jorge Medina [mailto:jmed...@e-dialog.com] Sent: Monday, September 28, 2009 10:40 AM To: Tomcat Users List Subject: RE: Apache/Tomcat with SSL Hola Miguel, did you set u

Re: Apache/Tomcat with SSL

2009-09-28 Thread Bill Barker
The most common cause of this is that you haven't copied your JkMount etc configuration statements to the SSL VirtualHost. In this case, mod_jk doesn't think that it should be serving the .jsp file, so Apache (httpd) serves it instead. Since httpd knows nothing about JSP, it just serves it as

RE: Apache/Tomcat with SSL

2009-09-28 Thread Jorge Medina
r 28, 2009 3:19 PM To: 'Tomcat Users List'; 'Tomcat Users List' Subject: RE: Apache/Tomcat with SSL André, That is what I did and it still came up with server not found. If you would like to verify. Our site is http://fun.macneillgroup.com. The site we are currently testing is

RE: Apache/Tomcat with SSL

2009-09-28 Thread Miguel Ortiz
oduce the desired results. Miguel Ortiz Network Engineer x4818 wk: 954-331-4818 bbry: 954-649-1863 miguel.or...@macneillgroup.com -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, September 28, 2009 3:02 PM To: Tomcat Users List Subject: Re: Apache/Tomcat wit

Re: Apache/Tomcat with SSL

2009-09-28 Thread André Warnier
54-331-4818 bbry: 954-649-1863 miguel.or...@macneillgroup.com -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, September 28, 2009 11:25 AM To: Tomcat Users List Subject: Re: Apache/Tomcat with SSL Miguel Ortiz wrote: ... [u...@localhost conf.d]# tail -f /var/log/

RE: Apache/Tomcat with SSL

2009-09-28 Thread Miguel Ortiz
-4818 bbry: 954-649-1863 miguel.or...@macneillgroup.com -Original Message- From: Jorge Medina [mailto:jmed...@e-dialog.com] Sent: Monday, September 28, 2009 10:55 AM To: Tomcat Users List Subject: RE: Apache/Tomcat with SSL Also, in order to configure Apache with SSL you must have the

RE: Apache/Tomcat with SSL

2009-09-28 Thread Miguel Ortiz
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, September 28, 2009 11:25 AM To: Tomcat Users List Subject: Re: Apache/Tomcat with SSL Miguel Ortiz wrote: ... > [u...@localhost conf.d]# tail -f /var/log/httpd/ssl_error_log > [Mon Sep 28 08:51:41 2009] [error] [

Re: Apache/Tomcat with SSL

2009-09-28 Thread André Warnier
Miguel Ortiz wrote: ... [u...@localhost conf.d]# tail -f /var/log/httpd/ssl_error_log [Mon Sep 28 08:51:41 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist: /var/lib/tomcat5/webapps/favicon.ico [Mon Sep 28 08:51:44 2009] [error] [client xxx.xxx.xxx.xxx] File does not exist: /var/lib/t

RE: Apache/Tomcat with SSL

2009-09-28 Thread Jorge Medina
Also, in order to configure Apache with SSL you must have the module mod_ssl -Original Message- From: Jorge Medina [mailto:jmed...@e-dialog.com] Sent: Monday, September 28, 2009 10:40 AM To: Tomcat Users List Subject: RE: Apache/Tomcat with SSL Hola Miguel, did you set up SSL in

RE: Apache/Tomcat with SSL

2009-09-28 Thread Jorge Medina
modules mod_jk or mod_proxy -Jorge -Original Message- From: Miguel Ortiz [mailto:miguel.or...@macneillgroup.com] Sent: Monday, September 28, 2009 8:32 AM To: users@tomcat.apache.org Subject: Apache/Tomcat with SSL I recently setup a SSL cert on our Apache/Tomcat server. When I

RE: Apache/Tomcat with SSL

2009-09-28 Thread Miguel Ortiz
[notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations Miguel Ortiz Network Engineer x4818 wk: 954-331-4818 bbry: 954-649-1863 miguel.or...@macneillgroup.com -Original Message- From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of

Re: Apache/Tomcat with SSL

2009-09-28 Thread Peter Crowther
2009/9/28 Miguel Ortiz > I recently setup a SSL cert on our Apache/Tomcat server. When I load our > page, I can see the "lock" in my browser with all the SSL info, but the page > only loads as a the jsp script and not the full page. Is there some > configuration setting that I have missed. I can

Apache/Tomcat with SSL

2009-09-28 Thread Miguel Ortiz
I recently setup a SSL cert on our Apache/Tomcat server. When I load our page, I can see the "lock" in my browser with all the SSL info, but the page only loads as a the jsp script and not the full page. Is there some configuration setting that I have missed. I can provide snippets from the serv