Hello all,
I have a problem on NT4.0 Server+SP6 with IIS4.0
I have installed isapi_redirect.dll according to How-To information from tomcat docs. On Personal Web Server (NTWS) it works ok, but at IIS I have a problem.
Requests to servlets works ok (i.e. I have run standard example and received some response). But when I ask for JSP page (from examples) I receive "Page can not be displayed".
In IIS log I have "12:37:27 10.16.5.64 GET /jakarta/isapi_redirect.dll - 200" for servlets and
"12:16:59 10.16.5.64 GET /examples3/jsp/num/numguess.jsp - 500" for JSP.
But then I go to Jakarta web port (8080), Everything is ok.
It seems that isapi filter do not direct JSP requests to Jakarta and tries to process it by IIS.
Here is my uriworkermap.properties file :
/examples/*.jsp=ajp12
/examples/servlet/*=ajp12
May be it is well know problem, then just direct me to appropriate FAQ of other resource.
WBR, Victor
