I installed Tomcat 4.0.3 and followed the How To directions for redirecting when using IIS. JSP pages are served correctly through Tomcat http://local host:8080/examples/jsp/dates/date.jsp but when I try and serve a simple jsp http://localhost/test.jsp where test.jsp is <html> <head> <title>Welcome JSP</title> </head> <body bgcolor="white"> <h3> Welcome </h3> <p><b> Today is <%= new java.util.Date() %>. Have a nice day! :-) </b></p> </body> </html>
I receive the error ...<title>Apache Tomcat/4.0.3 - Error report</title> ...Apache Tomcat/4.0.3 - HTTP Status 404 - /jakarta/isapi_redirector.dll ...type</b> Status report ...message</b> <u>/jakarta/isapi_redirector.dll ...description</b> <u>The requested resource (/jakarta/isapi_redirector.dll) is not available. through IIS. I checked the authority to the /jakarta virtual directory and it does have Execute permission. Any ideas would be appreciated. Robert A. Rogerson Phone: 905-826-7761 Cell: 416-562-1039 Email: [EMAIL PROTECTED]
