Hi, I've got a strange problem: A POST request, send from a simple HTML-form to a servlet, running under Tomcat 4.1.24, connected to IIS 5.0 with j2k and the redirect isapi-filter will not get answered.
Is there any "special" configuration inside the IIS or Tomcat to enable HTTP-POST ? The funny thing is that with an older version of Tomcat (4.0.6, the dll is a little bit smaller than the new one (128KB)), everything runs fine. Here is a part of the redirect-logfile: [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (696)]: HttpFilterProc started [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (759)]: In HttpFilterProc Virtual Host redirection of /localhost/portal/servlet/UserManager [Tue Jun 10 13:27:47 2003] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue Jun 10 13:27:47 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/localhost/portal/servlet/UserManager' [Tue Jun 10 13:27:47 2003] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (765)]: In HttpFilterProc test Default redirection of /portal/servlet/UserManager [Tue Jun 10 13:27:47 2003] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [Tue Jun 10 13:27:47 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/portal/servlet/UserManager' [Tue Jun 10 13:27:47 2003] [jk_uri_worker_map.c (502)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match defaultWorker -> /portal/ [Tue Jun 10 13:27:47 2003] [jk_uri_worker_map.c (502)]: jk_uri_worker_map_t::map_uri_to_worker, Found a context match defaultWorker -> /portal/servlet/ [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (775)]: HttpFilterProc [/portal/servlet/UserManager] is a servlet url - should redirect to defaultWorker [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (838)]: HttpFilterProc check if [/portal/servlet/UserManager] is points to the web-inf directory [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (878)]: HttpExtensionProc started [Tue Jun 10 13:27:47 2003] [jk_worker.c (132)]: Into wc_get_worker_for_name defaultWorker [Tue Jun 10 13:27:47 2003] [jk_worker.c (136)]: wc_get_worker_for_name, done found a worker [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (913)]: HttpExtensionProc got a worker for name defaultWorker [Tue Jun 10 13:27:47 2003] [jk_ajp_common.c (1546)]: Into jk_worker_t::get_endpoint [Tue Jun 10 13:27:47 2003] [jk_ajp_common.c (1590)]: In jk_endpoint_t::ajp_get_endpoint, time elapsed since last request = 493 seconds [Tue Jun 10 13:27:47 2003] [jk_ajp_common.c (1208)]: Into jk_endpoint_t::service [Tue Jun 10 13:27:47 2003] [jk_ajp_common.c (295)]: Into ajp_marshal_into_msgb [Tue Jun 10 13:27:47 2003] [jk_ajp_common.c (463)]: ajp_marshal_into_msgb - Done [Tue Jun 10 13:27:47 2003] [jk_ajp_common.c (693)]: sending to ajp13 #530 [Tue Jun 10 13:27:47 2003] [jk_ajp_common.c (966)]: ajp_send_request 2: request body to send 56 - request body to resend 0 [Tue Jun 10 13:27:47 2003] [jk_isapi_plugin.c (514)]: Into jk_ws_service_t::read [Tue Jun 10 13:28:47 2003] [jk_isapi_plugin.c (548)]: jk_ws_service_t::read, ReadClient failed [Tue Jun 10 13:28:47 2003] [jk_ajp_common.c (882)]: ERROR: receiving data from client failed. Connection aborted or network problems [Tue Jun 10 13:28:47 2003] [jk_ajp_common.c (1303)]: ERROR: Client connection aborted or network problems [Tue Jun 10 13:28:47 2003] [jk_isapi_plugin.c (925)]: HttpExtensionProc service() returned OK [Tue Jun 10 13:28:47 2003] [jk_ajp_common.c (1529)]: Into jk_endpoint_t::done, closing connection 0 [Tue Jun 10 13:28:47 2003] [jk_ajp_common.c (605)]: In jk_endpoint_t::ajp_close_endpoint Thanx for every suggestions! Btw., using GET instead of POST isn't a solution... Greetings Dan __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingelt�ne f�rs Handy bei http://sms.yahoo.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
