Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install the IIS to Tomcat Connector

  • Download the connector project from: http://tomcatiis.riaforge.org/
  • To avoid multiple issues with using the zip file content unblock the package before unzipping. Simply right click on the zip file and click “Unblock” on the “General” tab:

Image Added

  • Extract the project zip file.
  • Execute the Connector_Setup.exe file.
  • Accept the License Agreement and click Next.
  • Follow the prompts and in the Apache Tomcat location details enter correct AJP port as configured in the tomcat server.xml file above:

Image Added

  • Click Next and use default values in all the prompts until you reach the Select Handler Mapping prompt.
  • In Select Handler Mapping prompt select the option Servlet (add wildcard reference and pass all traffic to tomcat)

Image Added

  • Continue to the final prompt and click Install to finish the connector installation.
  • Test the configuration by browsing http://localhost/frevvo/web/login
  • If you see an access error like this one: Make sure that the Application Pool Identity (the security account set for the Application Pool) also has write permissions to C:\WINDOWS\Microsoft.NET directory.
Code Block
 

 

  • To check the currently set identity, open IIS and right click on your Application Pool, then click on the Identity tab:

Download and Configure an ISAPI Filter

...