After examining the logs I believe that the problem has to do with the Coyote/JK2 AJP 1.3 connector. For some reason Cache-control is being set to no-cache and according to Microsoft (Q316431), under ssl these documents can not be opened. How do you change this setting to remove the no-cache? Any help would be great.
Stephen [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (614)]: In jk_endpoint_t::ajp_connect_to_endpoint, connected sd = 1480 [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (640)]: sending to ajp13 #523 [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (882)]: ajp_send_request 2: request body to send 0 - request body to resend 0 [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (727)]: received from ajp13 #241 [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (483)]: ajp_unmarshal_response: status = 200 [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (488)]: ajp_unmarshal_response: Number of headers is = 7 [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (532)]: ajp_unmarshal_response: Header[0] [Pragma] = [No-cache] [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (532)]: ajp_unmarshal_response: Header[1] [Cache-Control] = [no-cache] [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (532)]: ajp_unmarshal_response: Header[2] [Expires] = [Wed, 31 Dec 1969 16:00:00 PST] [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (532)]: ajp_unmarshal_response: Header[3] [ETag] = [W/"20480-1089842348125"] [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (532)]: ajp_unmarshal_response: Header[4] [Last-Modified] = [Wed, 14 Jul 2004 21:59:08 GMT] [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (532)]: ajp_unmarshal_response: Header[5] [Content-Type] = [application/msword] [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (532)]: ajp_unmarshal_response: Header[6] [Content-Length] = [20480] [Mon Nov 01 15:40:44 2004] [jk_ajp_common.c (727)]: received from ajp13 #8188 [Mon Nov 01 15:40:44 2004] [mod_jk.c (372)]: writing 4096 (4096) out of 8184 [Mon Nov 01 15:40:44 2004] [mod_jk.c (372)]: writing 4088 (4088) out of 4088 > I am running tomcat 5.0.24 with Apache 2.0 with SSL enabled. My problem is that if > I try to open a word document or as a matter of fact any type of file located on the > server (excluding jsp or html) in a protected directory, Internet explorer returns > the error message "The requested site is either unavailable or connot be found" If > the file is placed in a unprotected area, then there is no problem. I've seen > documents on the net talking about IE and SSL, having problems accessing files, but > the fix was to no do no-cache. Is there a default setting somewhere in Tomcat that > sets the page to nocache?. The curious part is that if I use mozilla firefox, > there is no problem at all. Unfortunately, this is not an option. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
