Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tomcat + IIS

843833Jul 17 2001 — edited May 1 2006
Could 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2006
Added on Jul 17 2001
8 comments
801 views