How to install HawkWebconsole as a Windows Service

How to install HawkWebconsole as a Windows Service

book

Article ID: KB0082593

calendar_today

Updated On:

Products Versions
TIBCO Hawk 5.2

Description

How to install HawkWebconsole as a Windows Service

Issue/Introduction

How to install HawkWebconsole as a Windows Service

Resolution

To install Hawk webconsole as Windows service, please edit HAWK_HOME\webconsole\tomcat\bin\service.bat, add JRE_HOME at beginning of this script and change the value of default SERVICE_NAME and as below(replace the JRE_HOME with the one used by webconsole):
=========
set JRE_HOME=C:/tibco/tibcojre/1.7.0
rem Set default Service name
set SERVICE_NAME=TIBHawkWebConsole
set PR_DISPLAYNAME=TIBCO HAWK WEB CONSOLE
=========
- Run command "service.bat install" under HAWK_HOME\webconsole\tomcat\bin to install service.