Tomcat + IIS
843833Jul 17 2001 — edited May 1 2006Could anyone explain me how can I set up Tomcat to work with IIS and not as a stand-alone server ?
I followed all the steps in the Tomcat IIS HowTo , but no way, I got 404 error all the time on every page I request, example :
http://Host_address/page_name.jsp
will produce a :
Not Found (404)
Original request: /jakarta/isapi_redirect.dll
Not found request: /jakarta/isapi_redirect.dll
The IIS log file report :
/jakarta/isapi_redirect.dll 200
but the execute permissions for the virtual directory Jakarta is checked on the IIS.
I repeat I do not want Tomcat to work as a stand-alone server. But apart the jakarta web site all the other web site and books only explain Tomcat as a stand-alone server, only changing the port number to avoid typing Host_address:8080.
Please help anyone, I am near to give up and come back to ASP.
bye
Leonardo