You can not. To do this, you need a Java EE web container such as Tomcat or JBoss. IIS can simply act as a front proxy for material hosted in a WAR file.
Perhaps you need a way to connect IIS and Tomcat so that requests for any dynamic resources, such as JSPs and servlets, can be delegated by Tomcat.
The following link explains how to do this in detail.
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html
source share