https://issues.apache.org/bugzilla/show_bug.cgi?id=48423
Summary: It is impossible to configure isapi redirector for "JK
1.0" on XP
Product: Tomcat Connectors
Version: 1.2.28
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: isapi
AssignedTo: [email protected]
ReportedBy: [email protected]
When trying to set up JK on XP, you'll get errors like:
HttpFilterProc::jk_isapi_plugin.c (1008): [/jakarta/isapi_redirect.dll] is
not a servlet url
wc_get_worker_for_name::jk_worker.c (114): did not find a worker ajp13
There are many people reporting this problem. The "solution" appears to be to
configure IIS to only apply the ISAPI filter to a specific virtual folder
instead of the entire server.
However, on XP (and possibly any non-server OS), that is not possible. You can
only configure an ISAPI filter for the one and only Default Web Site. When
this happens, the ISAPI filter seems to first process your page on your
configured worker as expected, but then it redirects requests for
"/jakarta/isapi_redirect.dll" through "ajp13" regardless of your worker
configuration. So, it appears impossible to make JK work on a non-server OS.
I've tested this with versions as old as 1.2.10.
The long deprecated JK2 does, however, work perfectly fine. It appears the
isapi filter in 1.x needs to do a better job of passing /jakarta/* through.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]