Reverse logic in uriworkermap...

2003-01-09 Thread Evans, Michael
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

uriworkermap properties

2002-02-20 Thread Eric Johnson
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

RE: uriworkermap

2001-02-13 Thread Rodriguez Victor A.
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/*.

uriworkermap

2001-02-11 Thread James Leone
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