I followed the steps in Chapter 13 but I get "The Page cannot be displayed" when trying to access through IIS. Here is the URL.
http://localhost/jsp-examples/dates/date.jsp
It works fine when I access Tomcat directly with
http://localhost:8080/jsp-examples/dates/date.jsp.
I verified that IIS is running (
http://localhost/localstart.asp) and Tomcat is running.
I see the following in the windows log
2005-06-21 14:34:29 127.0.0.1 - 127.0.0.1 80 GET /jakarta/isapi_redirector2.dll - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CL R+1.1.4322)
so I believe the isapi_redirector is installed correctly.
netstat -a shows port 8009 to be listening.
Any ideas?
Thanks.