Previous Topic: Configuring IIS Server to Tomcat RedirectionNext Topic: Creating Registry Entries


Configuring Properties and DLL Files

  1. Open Notepad and add the following code:
    worker.list = worker1
    worker.worker1.host=<app_server_IP>
    worker.worker1.port=8009
    worker.worker1.type=ajp13
    
  2. In the preceding code, provide values for the following parameter:

    Note: If JRE is not installed on the Web Agent system, then download and install it from the following URL:
    http://www.java.com/en/download/index.jsp

  3. Save the file as workers.properties.
  4. Close the workers.properties file.
  5. Open Notepad and add the following code:
    /arcotafm/*=worker1
    /examples/*=worker1
    
  6. Save the file as uriworkermap.properties.
  7. Close the uriworkermap.properties file.
  8. Download the tomcat-connectors-1.2.32-windows-x86_64-iis.zip file from the following URL:

    http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/windows/

  9. Extract the contents of the zip file.
  10. Navigate to the location where you have extracted the contents of the zip file and copy the isapi_redirect.dll file to a directory. For example, save it in the C:\tomcat directory
  11. Copy the workers.properties and uriworkermap.properties files to the C:\tomcat directory.
  12. Right-click the tomcat directory and select Properties.

    The tomcat properties dialog opens.

  13. Click the Security tab.
  14. Click Add.

    The Select Users or Groups dialog box opens.

  15. Enter Network Service in the Enter the object names to select text box.
  16. Click Check Names.
  17. Click OK.

    The Network Service group is added in the Group or user names list.

  18. Select the Network Service group in the Group or user names list.
  19. In the Permissions for Network Service list, select Full Control.
  20. Click OK.
  21. Repeat Step 12 to Step 20 to add a new group named IIS_IUSRS with Full Control on the win32 folder.