Robert Munteanu Asked: 2009-06-02 12:23:02 +0800 CST2009-06-02 12:23:02 +0800 CST 2009-06-02 12:23:02 +0800 CST Connecting Tomcat and IIS 772 When running on Linux I know how to connect Tomcat to Apache. But how is it done when running Windows and IIS? tomcat iis 2 Answers Voted Best Answer zmf 2009-06-02T12:27:06+08:002009-06-02T12:27:06+08:00 i've done this in the past using the apache mod-jk project. It is a .dll used by IIS that when configured properly, allows IIS to communicate with tomcat and serve jsps. http://tomcat.apache.org/connectors-doc/ squillman 2009-06-02T12:27:34+08:002009-06-02T12:27:34+08:00 Have a look at this from the Tomcat how-to pages.
i've done this in the past using the apache mod-jk project. It is a .dll used by IIS that when configured properly, allows IIS to communicate with tomcat and serve jsps.
http://tomcat.apache.org/connectors-doc/
Have a look at this from the Tomcat how-to pages.