How to make jsp work in IIS server.Is there any plugin?
Created May 7, 2012
Stephen McConnell It works quite well. It uses IIs as the server for static pages and the plug-in redirects those url's with a .jsp (or however you configure it) to Tomcat.
It is a "connector" and the docs for Tomcat and the download for it are available at the Apache Jakarta/Tomcat site.
I set it up once long ago to see if it would work and it worked like a champ. Very stable.
Good Luck
Stephen McConnell