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 the one below,  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.

Image Added

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

Image Added

  • Then in your Windows explorer, right click on C:\WINDOWS\Microsoft.NET directory and click on Properties. Check if the identity user set of your Application Pool has the ‘write’ permissions for this directory. If not, then add the user permissions.

Image Added

Proceed to the IIS configuration for your specific version (IIS6 and IIS7 below). 

Download and Configure an ISAPI Filter

  1. Download  isapi package Download  isapi package here. The archive is a pre-packaged isapi filter along with a recommended directory structure and pre-configured files. It is a starting point.
  2. Expand the archive. For the sake of this document we will assume the archive is expanded under your "c:\" drive. If you do that, you should have a folder c:\isapi after expanding. 
  3. The isapi archive contains version 1.2.28 of the isapi connector for win 32. If you need to upgrade and/or IIS is running on win64, download the ISAPI Redirect DLL from the the Apache site. If you download a new isapi filter:  
    1. When downloading, choose the version of Windows that IIS is running on (either win32 or win64), and then choose the latest available jk version. 
    2. The file to download is named isapi_redirect_X.X.X.dll, where 'X.X.X' is the version number. You will need to remove the version number from the DLL file (i.e. it needs to be named isapi_redirect.dll). 
    3. After downloading and renaming, update the dll in c:\isapi\bin. 
  4. Under c:\isapi\bin you will find isapi_redirect.properties (shown below). If you expanded the filter in c:\isapi you don't have to change anything. Otherwise, just edit the paths accordingly.

...

 The file c:\isap\conf\uriworkmap.properties lists the http request paths that will be forwarded to to 

Code Block
/frevvo/*=workerFrevvo

Proceed to the IIS configuration for your specific version (IIS6 and IIS7 below). 

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 Removed

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

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

  • 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 the one below,  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.

Image Removed

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

Image Removed

  • Then in your Windows explorer, right click on C:\WINDOWS\Microsoft.NET directory and click on Properties. Check if the identity user set of your Application Pool has the ‘write’ permissions for this directory. If not, then add the user permissions.

Image Removed

...

Proceed to the IIS configuration for your specific version (IIS6 and IIS7 below). 

...