Versions Compared

Key

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

...

Note

It is very important that you first follow the basic  Installation & and Configuration and verify that  works by itself by pointing a browser to http://localhost:8082/frevvo/web/login.

...

 When the tomcat server configuration is completed, choose one of two methods listed below to continue with the configuration: 

...

  1. Download and Configure an ISAPI Filter 

...

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

  • Test the configuration again by browsing http://localhost/frevvo/web/login
  1. - this is the recommended approach and should be tried first. Contact Customer Support with any questions.
  2. Install the IIS to Tomcat Connector  

Download and Configure an ISAPI Filter

...

Code Block
# Configuration file for the Jakarta ISAPI Redirector
# The path to the ISAPI Redirector Extension, relative to the website
# This must be in a virtual directory with execute privileges
extension_uri=/jakarta/isapi_redirect.dll

# Full path to the log file for the ISAPI Redirector
log_file=c:\isapi\logs\isapi_redirect.log

# Log level (debug, info, warn, error or trace)
log_level=info

# Full path to the workers.properties file
worker_file=c:\isapi\conf\workers.properties

# Full path to the uriworkermap.properties file 
worker_mount_file=c:\isapi\conf\uriworkermap.properties

...

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

Install the IIS to Tomcat Connector

  • Download the connector project from:  BonCode Connector website. Click on the link to download the latest version.
  • 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

IIS 6 Configurations

In your Windows Server:

...