Does the IIS server support JSP? If not, is there a way to enable the same?
Created May 4, 2012
Serge Knystautas
IIS from Microsoft out of the box does not support JSPs. There are several servlet engines (commercial and open source) out there that support connecting to an IIS server (and accordingly let you run JSPs through an IIS server). Check out the following:
- Tomcat 3.1 (http://jakarta.apache.org/)
- Allaire's JRun (http://www.allaire.com/)
- ServletExec (http://www.unifyewave.com/)