Edgewall Software

Changes between Version 32 and Version 33 of TracOnWindowsIisAjp


Ignore:
Timestamp:
Jul 2, 2012, 2:46:22 PM (12 years ago)
Author:
wilfred.berger@…
Comment:

reflect changes in Apache binaries

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsIisAjp

    v32 v33  
    5353We assume there will be a base directory named C:\AJP-Connector and three subdirectories bin, conf and logs. Of course, you may choose anything else for the base directory.
    5454
    55  * Copy `isapi_redirect-1.2.28.dll` (or a newer version) from [http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/windows/ Apache binaries] to the bin subdirectory.
    56  * Create a configuration file `isapi_redirect-1.2.28.properties` for the ISAPI redirector.
     55 * Copy `tomcat-connectors-1.2.37-windows-i386-iis.zip` (or `tomcat-connectors-1.2.37-windows-x86_64-iis.zip` in a 64 bit environment) or a newer version from [http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/windows/ Apache binaries] and extract `isapi_redirect.dll` to the bin subdirectory.
     56 * Create a configuration file `isapi_redirect.properties` for the ISAPI redirector.
    5757This must be in the same directory as the DLL and have exactly the same name but with a .properties extension. The configuration file should contain this: (be sure to replace "C:\AJP-Connector" with your actual directory)
    5858
     
    6262# The path to the ISAPI Redirector Extension, relative to the website
    6363# This must be in a virtual directory with execute privileges
    64 extension_uri=/AJP-Connector/isapi_redirect-1.2.28.dll
     64extension_uri=/AJP-Connector/isapi_redirect.dll
    6565
    6666# Full path to the log file for the ISAPI Redirector
     
    105105 * In the IIS Manager, open Web Service Extensions.
    106106 * Define a new Web Service Extension called AJP-Connector (or whatever you want).
    107  * Add C:\AJP-Connector\bin\isapi_redirect-1.2.28.dll to the required files (replace "C:\AJP-Connector" with your actual directory).
     107 * Add C:\AJP-Connector\bin\isapi_redirect.dll to the required files (replace "C:\AJP-Connector" with your actual directory).
    108108 * Set extension status to Allowed.
    109109 * Click OK.