Previous Topic: Configuring Properties and DLL FilesNext Topic: Configuring IIS Management Console


Creating Registry Entries

To create registry entries:

  1. Click Start, and select Run.
  2. Enter regedit in the Run prompt.

    The Registry Editor window opens.

  3. Create the following registry entry in the HKEY_LOCAL_MACHINE\SOFTWARE\ section:

    Apache Software Foundation\Jakarta Isapi Redirector\1.0

  4. In the right pane of the Registry Editor window, right-click, point to New, and select String Value.
  5. Name the new String Value as @.
  6. In the right pane of the Registry Editor window, right-click, point to New, and select String Value.
  7. Name the new String Value as extension_uri.
  8. Double click extension_uri.

    The Edit String dialog box opens.

  9. In the Value data field, enter /jakarta/isapi_redirect.dll.
  10. Perform the tasks in Step 6 to Step 9 to add new String Values listed in the following table.

String Value Name

Value Data

log_file

C:\tomcat\isapi.log

Note: Specify the log file location.

log_level

debug

Note: Specify the level of logging to perform. Possible values are: debug, info, error, and emerg.

worker_file

C:\tomcat\workers.properties

Note: Specify the complete path to the workers.properties file.

worker_mount_file

C:\tomcat\uriworkermap.properties

Note: Specify the complete path to the uriworkermap.properties file.

  1. Close the Registry Editor window.