uriworkermap.properties
>
> My goal is to have:
> everything processed by Tomcat
> *except* any asp file in any folder - /*.asp
>
> Problem is uriworkermap doesn't appear to be able to support this kind of
> URI description? Any ideas if I'm wrong? If I'm
Edit uriworkermap.properties file
Add any web sites that IIS needs to serve to Tomcat:
#
# Default worker to be used through our mappings
#
default.worker=ajp13
#
# Sites to be redirected to Tomcat
#
/examples=$(default.worker)
/examples/*=$(default.worker)
I am new at this and just installed tom
isapi_plugin.c (452)]: HttpFilterProc
> [/examples/jsp/dates/date.jsp] is
> not a servlet url
>
> and uriworkermap.properties says:
> /examples/*.jsp=ajp12
>
> has anybody worked with this feature?
Please, try to add the next line to your uriworkermap :
/examples/jsp/dates/*.
I'm using the isapi_redirect with IIS on w2k and it's not regocnizing the
patterns to forward to tomcat server.
log says this
[jk_uri_worker_map.c (434)]: jk_uri_worker_map_t::map_uri_to_worker, done
without a match
[jk_isapi_plugin.c (452)]: HttpFilterProc [/examples/jsp/dates/date.jsp] is
not a