- Open Notepad and add the following code:
worker.list = worker1
worker.worker1.host=<app_server_IP>
worker.worker1.port=8009
worker.worker1.type=ajp13
- 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
- worker.worker1.host: Replace <app_server_IP> with the IP address of the system where AFM is available.
- Save the file as workers.properties.
- Close the workers.properties file.
- Open Notepad and add the following code:
/arcotafm/*=worker1
/examples/*=worker1
- Save the file as uriworkermap.properties.
- Close the uriworkermap.properties file.
- 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/
- Extract the contents of the zip file.
- 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
- Copy the workers.properties and uriworkermap.properties files to the C:\tomcat directory.
- Right-click the tomcat directory and select Properties.
The tomcat properties dialog opens.
- Click the Security tab.
- Click Add.
The Select Users or Groups dialog box opens.
- Enter Network Service in the Enter the object names to select text box.
- Click Check Names.
- Click OK.
The Network Service group is added in the Group or user names list.
- Select the Network Service group in the Group or user names list.
- In the Permissions for Network Service list, select Full Control.
- Click OK.
- Repeat Step 12 to Step 20 to add a new group named IIS_IUSRS with Full Control on the win32 folder.