How do I add a servlet to an existing website with IIS7 and Tomcat6?

Posted by jabe on Stack Overflow See other posts from Stack Overflow or by jabe
Published on 2010-06-14T15:28:01Z Indexed on 2010/06/14 15:42 UTC
Read the original article Hit count: 207

Filed under:
|

I've configured IIS7 and Tomcat6 successfully with the isapi redirector. I can get my servlets from tomcat's examples, and also my own servlets running from localhost. http://localhost/examples/servlets/ works fine for the supplied tomcat examples. How do i add servlets to existing web sites? I've tried adding a virtual directory to my website, the same way i did for the Default Website, but i get 404 errors thanks

© Stack Overflow or respective owner

Related posts about iis7

Related posts about tomcat6