Wednesday, January 12, 2011

Connecting Tomcat and IIS

When running on Linux I know how to connect Tomcat to Apache. But how is it done when running Windows and IIS?

  • 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/

    From zmf
  • Have a look at this from the Tomcat how-to pages.

    From squillman

0 comments:

Post a Comment