I did a drop-in replacement for my current
isapi_redirect.dll and jni_connect.dll and restarted
both Tomcat and IIS.

Reaching http://<hostname>/tomcat works as expected.

Reaching http://<hostname>/examples/jsp/index.html
works as expected.

All jsp examples work as expected.

http://<hostname>/cocoon/ fails with a HTTP Error 403
- Forbidden error.

In fact, all virtual directories with the following
entry in uriworkermap.properties file fail.

/<directory-name>/*=ajp13

Virtual directories with the following entry in the
uriworkermap.properties file work.

/<directory-name>/*.jsp=ajp13

A snippet from the isapi.log file follows:

[jk_uri_worker_map.c (335)]:
jk_uri_worker_map_t::uri_worker_map_close, NULL
parameter

[jk_uri_worker_map.c (185)]: In
jk_uri_worker_map_t::uri_worker_map_free, NULL
parameters

[jk_isapi_plugin.c (355)]: jk_ws_service_t::write,
WriteClient failed

[jk_ajp13_worker.c (326)]: Error
ajp13_process_callback - write failed

[jk_isapi_plugin.c (554)]: HttpExtensionProc error,
service() failed

I haven't looked at the source yet, but my first guess
is that a single asterisk is no longer being processed
as all-inclusive.

/mde/

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to