We're doing applet-servlet communication, and all is working fine except with the bizarre combination of:
Tomcat as an isapi plugin to IIS Communicating via https to IIS' secure port 443 Using Netscape6 with any of the 1.3.1 plugins Our applet loads and then does a post to the servlet (actually a Struts app, but that's another story). I've cranked the isapi_redirect.dll logging up to debug, and with any other browser (or if we use http with Netscape6) we see the entry below, but with Netscape6 & https the log entries stop after the "HttpFilterProc check ... is points to the web-inf directory" line. No errors are logged anywhere (Tomcat, IIS, or isapi_redirect.dll logs). I grabbed the source and built a debug version of isapi_redirect.dll, and HttpFilterProc is returning SF_STATUS_REQ_NEXT_NOTIFICATION (success), but IIS never calls HttpExtensionProc after that. Anyone have any ideas on what could be going wrong, or where I could look to try to track down the cause? Thanks in advance. Jim Tomlinson [EMAIL PROTECTED] [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (555)]: HttpFilterProc started [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (600)]: In HttpFilterProc Virtual Host redirection of /clare.na.wrq.com/testapp-a/testapp.do;jsessionid=266379780424D163F173B4B3D8 6052A3 [Wed Sep 04 14:09:30 2002] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Wed Sep 04 14:09:30 2002] [jk_uri_worker_map.c (368)]: Attempting to map URI '/clare.na.wrq.com/testapp-a/testapp.do' [Wed Sep 04 14:09:30 2002] [jk_uri_worker_map.c (456)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (606)]: In HttpFilterProc test Default redirection of /testapp-a/testapp.do;jsessionid=266379780424D163F173B4B3D86052A3 [Wed Sep 04 14:09:30 2002] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Wed Sep 04 14:09:30 2002] [jk_uri_worker_map.c (368)]: Attempting to map URI '/testapp-a/testapp.do' [Wed Sep 04 14:09:30 2002] [jk_uri_worker_map.c (391)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 -> /testapp-a/ [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (617)]: HttpFilterProc [/testapp-a/testapp.do;jsessionid=266379780424D163F173B4B3D86052A3] is a servlet url - should redirect to ajp13 [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (639)]: HttpFilterProc check if [/testapp-a/testapp.do;jsessionid=266379780424D163F173B4B3D86052A3] is points to the web-inf directory <------ last message seen with Netscape 6 [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars CERT_ISSUER:. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars CERT_SUBJECT:. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars CERT_COOKIE:. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars HTTPS_SERVER_SUBJECT:C=US, S=Washington, L=Seattle, O=OurCo, OU=Dev, CN=clare. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars CERT_FLAGS:. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars HTTPS_SECRETKEYSIZE:512. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars CERT_SERIALNUMBER:. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars HTTPS_SERVER_ISSUER:C=US, S=WA, L=Seattle, O="OurCo, Inc.", OU=Dev Department, CN=Dev Test CA. [Wed Sep 04 14:09:30 2002] [jk_isapi_plugin.c (1063)]: SSL vars HTTPS_KEYSIZE:128. [Wed Sep 04 14:09:30 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13 ... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
