How to set default network parameter in Web.xml for Hawk HTTP Adapter?

How to set default network parameter in Web.xml for Hawk HTTP Adapter?

book

Article ID: KB0086781

calendar_today

Updated On:

Products Versions
TIBCO Hawk HTTP Adapter -
Not Applicable -

Description

Resolution:
Through Hawk HTTP Adapter, we can monitor multiple domains. If one of the monitored domains is used the default network parameter, we can define in Web.xml as follows:

&ltinit-param>
            &ltparam-name&gtNetwork</param-name>
            &ltparam-value>225.9.9.7;225.9.9.7,;;</param-value>
</init-param>

Note: Default network parameter means no using multicast.

Issue/Introduction

How to set default network parameter in Web.xml for Hawk HTTP Adapter?