Hello,
I want to develop a java web application using Tomcat and IIS. The jsp and servlet examples work directly on Tomcat but not across IIS.
I use the isapi_redirect 1.2.26 plugin to redirect the java request from IIS to Tomcat. I configured the two web servers as described on the tomcat website !!
- http://localhost/examples/jsp/index.html :
Etat HTTP 404 - /jakarta/isapi_redirect-1.2.26.dll
type Rapport d'état
message /jakarta/isapi_redirect-1.2.26.dll
description La ressource demandée (/jakarta/isapi_redirect-1.2.26.dll) n'est pas disponible.
Apache Tomcat/6.0.16
- C:\WINDOWS\system32\Logfiles\W3SVC1\ex080729.log :
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2008-07-29 15:49:59
#Fields: time c-ip cs-method cs-uri-stem sc-status
15:49:59 127.0.0.1 GET /examples/jsp/index.html 200
- C:\Program Files\Apache Software Foundation\Tomcat 6.0\logs\isapi_redirect.log :
No error
Suggestions ??
Thanks