You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tobias Kieninger <Ki...@oio.de> on 2003/09/05 12:24:45 UTC

IIS mod_jk and tomcat 4.1.18 issue

Hi,

i installed iis 5.0 with iis_redirect.dll and tomcat 4.1.18. This
configuration uses Coyote/JK2 AJP 1.3 Connector and works two times without
reasonable problems.

On a third server a _few_ Clients have Problems getting any results.
Partly JSP works but images arenĀ“t displayed. On Refresh a few images are
shown but other are vanished.

With these Clients i get strange Messages in the isapi_redirect.log:

[Fri Sep 05 10:56:55 2003]  [jk_uri_worker_map.c (391)]:
jk_uri_worker_map_t::map_uri_to_worker, Found a context match ajp13 ->
/context/
[Fri Sep 05 10:56:55 2003]  [jk_isapi_plugin.c (617)]: HttpFilterProc
[/context/configure.js] is a servlet url - should redirect to ajp13
[Fri Sep 05 10:56:55 2003]  [jk_isapi_plugin.c (639)]: HttpFilterProc check
if [/context/configure.js] is points to the web-inf directory
[Fri Sep 05 10:56:55 2003]  [jk_isapi_plugin.c (679)]: HttpExtensionProc
started
[Fri Sep 05 10:56:55 2003]  [jk_worker.c (123)]: Into wc_get_worker_for_name
ajp13
[Fri Sep 05 10:56:55 2003]  [jk_worker.c (127)]: wc_get_worker_for_name,
done  found a worker
[Fri Sep 05 10:56:55 2003]  [jk_isapi_plugin.c (701)]: HttpExtensionProc got
a worker for name ajp13
[Fri Sep 05 10:56:55 2003]  [jk_ajp13_worker.c (865)]: Into
jk_worker_t::get_endpoint
[Fri Sep 05 10:56:55 2003]  [jk_ajp13_worker.c (775)]: Into
jk_endpoint_t::service
[Fri Sep 05 10:56:55 2003]  [jk_ajp13.c (403)]: Into ajp13_marshal_into_msgb
[Fri Sep 05 10:56:55 2003]  [jk_ajp13.c (447)]: Error
ajp13_marshal_into_msgb - Error appending the header value
[Fri Sep 05 10:56:55 2003]  [jk_isapi_plugin.c (716)]: HttpExtensionProc
error, service() failed
[Fri Sep 05 10:56:55 2003]  [jk_ajp13_worker.c (549)]: Into
jk_endpoint_t::done
[Fri Sep 05 10:56:55 2003]  [jk_isapi_plugin.c (555)]: HttpFilterProc starte

Thanks in advance
Tobias