Configuring HTTP handler security

Enable the HTTP handlers by setting the security flag to true:

  1. Using a text editor, open the SecurityModule.xml available in install_location\OmniQ\config.

  2. Set the boolean property named httpHandlersEnabled to true. For example:

<Property name="httpHandlersEnabled"><Value class="java.lang.Boolean">true</Value></Property>

NoteIf the value is not set to true, by default HTTP handlers are disabled.