Skip to main content
Participant
November 1, 2016
Question

Web Server connector on J2EE install configuration TomCat

  • November 1, 2016
  • 1 reply
  • 230 views

I deployed a ColdFusion WAR file to my TomCat server.  How do I add a web server connector for IIS?  There's no web server configuration tool installed with the J2EE configuration and I don't have a runtime directory for manual configuration?

Thanks, sorry if this is a simple question.

    This topic has been closed for replies.

    1 reply

    Priyank Shrivastava.
    Inspiring
    November 1, 2016

    Hi,

    ColdFusion does not provide connector when you use J2EE deployment. Please go through the Tomcat documentation and downlad the isapi_redirect.dll from there which supports the Tomcat version which you are using.

    You can find the documentation of connecting IIS with Tomcat.

    The Apache Tomcat Connectors - Web Server HowTo - ISAPI redirector for Micrsoft IIS HowTo

    The Apache Tomcat Connectors - Reference Guide - Configuring the ISAPI redirector for Microsoft IIS

    Tomcat IIS HowTo

    Thanks,

    Priyank

    Thanks, Priyank Shrivastava