How to make jsp work in IIS server.Is there any plugin?
Created Jun 4, 2003
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.
Good Luck
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.
Stephen McConnell