Monitor BW applications using HAWK without deploying in domain

Monitor BW applications using HAWK without deploying in domain

book

Article ID: KB0083577

calendar_today

Updated On:

Products Versions
TIBCO Hawk 5.x

Description

You can monitor BW applications using standalone Hawk without deploying in domain.

Issue/Introduction

Monitor BW applications using HAWK without deploying in domain

Environment

All

Resolution

Please follow below steps to achieve this :
1.Create a Sample process in Designer and save it.
2.Create a properties.cfg file and add following property :
------------------------------------------>
Hawk.AMI.DisplayName=COM.TIBCO.ADAPTER.bwengine.<application_name>
Hawk.Daemon=tcp\:7474                       
Hawk.Enabled=true                           
Hawk.Network=;
Hawk.Service=7475                           
Instrumentation.*=true
<-----------------------------------------
3.Now find attached sample BW project and run it using bwengine as follows :
------------------------>
$TIBCO_HOME/bw/5.13/bin/bwengine.exe -p properties.cfg <path>/TestBWApp
<-----------------------
4.Start hawkagent and hawkdisplay.
5.From hawkdisplay, you will be able to see BW application microagent and it's method.  

 

Attachments

Monitor BW applications using HAWK without deploying in domain get_app