Peter,

I have checked the httpd logs. I didn't find anything that says why the page 
isn't loading. Here is a copy of the results for the various log files. I am 
running Apache/httpd 2.2.3 and Tomcat 5. Also, I have contacted our web 
developer to check the css and links for the page. Thanks again.

[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/tomcat5/webapps/favicon.ico
[Mon Sep 28 09:03:04 2009] [error] [client xxx.xxx.xxx.xxx] Directory index 
forbidden by Options directive: /var/lib/tomcat5/webapps/
[Mon Sep 28 09:17:32 2009] [error] [client xxx.xxx.xxx.xxx] File does not 
exist: /var/lib/tomcat5/webapps/favicon.ico
[Mon Sep 28 09:17:35 2009] [error] [client xxx.xxx.xxx.xxx] File does not 
exist: /var/lib/tomcat5/webapps/favicon.ico

[u...@localhost conf.d]# tail -f /var/log/httpd/ssl_access_log
xxx.xxx.xxx.xxx - - [28/Sep/2009:08:51:41 -0400] "GET /favicon.ico HTTP/1.1" 
404 296
xxx.xxx.xxx.xxx - - [28/Sep/2009:08:51:44 -0400] "GET /favicon.ico HTTP/1.1" 
404 296
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:03:04 -0400] "GET / HTTP/1.1" 403 5043
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:03:04 -0400] "GET /icons/apache_pb.gif 
HTTP/1.1" 200 2326
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:03:04 -0400] "GET /icons/powered_by_rh.png 
HTTP/1.1" 200 1213
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:17:32 -0400] "GET /focus/common/Index.jsp 
HTTP/1.1" 200 12414
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:17:32 -0400] "GET /favicon.ico HTTP/1.1" 
404 296
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:17:35 -0400] "GET /favicon.ico HTTP/1.1" 
404 296
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:49:45 -0400] "GET /focus/common/Index.jsp 
HTTP/1.1" 200 12414
xxx.xxx.xxx.xxx - - [28/Sep/2009:09:49:45 -0400] "GET /favicon.ico HTTP/1.1" 
200 21630

[u...@localhost conf.d]# tail -f /var/log/httpd/error_log
[Sun Sep 27 04:02:28 2009] [notice] Digest: generating secret for digest 
authentication ...
[Sun Sep 27 04:02:28 2009] [notice] Digest: done
[Sun Sep 27 04:02:28 2009] [notice] mod_python: Creating 4 session mutexes 
based on 150 max processes and 0 max threads.
[Sun Sep 27 04:02:28 2009] [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 Peter Crowther
Sent: Monday, September 28, 2009 9:03 AM
To: Tomcat Users List
Subject: Re: Apache/Tomcat with SSL

2009/9/28 Miguel Ortiz <miguel.or...@macneillgroup.com>

> 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
> server.xml, httpd.conf, and ssl.conf. Thanks in advance.
>

Have you ensured that all the links to other content on your page (CSS,
images etc) are appropriate for SSL access?  Are they either relative links
or starting with https://... when accessed over SSL?

What's in the access logs for httpd (I assume from "Apache/Tomcat" that
you're running httpd in front, though you don't say or give any version
information)?  What's in the access logs for Tomcat?  Do they match, or are
some requests being dropped?

If you use some appropriate logging tool* from your browser to examine
requests, what's happening?

- Peter

* Fiddler2's good for IE, Firebug works for Firefox, no idea for other
browsers!

No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.409 / Virus Database: 270.13.112/2390 - Release Date: 09/28/09 
05:51:00



This email and any files transmitted with it are the confidential property of 
Focus Holdings, LLC and its subsidiaries, and intended solely for the use of 
the individual or entity to whom they are addressed. If you are not the named 
addressee you should not disseminate, distribute or copy this e-mail. Please 
notify the sender immediately by e-mail if you have received this e-mail by 
mistake and delete this e-mail from your system. If you are not the intended 
recipient you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of this information is strictly prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to