How to install a TEA server on a Windows machine as an NT service ?

How to install a TEA server on a Windows machine as an NT service ?

book

Article ID: KB0085503

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Administrator (TEA) -
TIBCO ActiveMatrix BusinessWorks Express -
Not Applicable -

Description

Description:
How to install a TEA server on a Windows machine as an NT service .

Issue/Introduction

How to install a TEA server on a Windows machine as an NT service ?

Resolution

1). From the Windows machine where your TEA server exists, edit the TEA.tra file underĀ <TIBCO_HOME>o/tea/1.2/bin directory and add following properties:

=========================
ntservice.name=TEA-Server8777
ntservice.displayname=TIBCO TEA-Server (8777)
ntservice.starttype=automatic
ntservice.binary.path.absolute=F\:/tibcotea/tea/1.2/bin/tea.exe
ntservice.interactive=false
=========================

Note that you can choose your own ntservice name and display name in the above definition. They can include the port number of the TEA server and machine name, so that each TEA server can be registered.

2). Register it as an NT service using the wrap executable (<TEA_TIBCO_HOME>\tools\wrapper\64\wrap.exe) , i.e.,

>wrap --install --propFile <TIBCO_HOME>\tea\1.2\bin\tea.tra

3). The NT service should be successfully installed.

4). Open the Windows Services Control Panel and start the TEA_SERVER service.

5). Check to make sure the TEA server process have been successfully started (using Task Manager) or login to the browser and check if the TEA server is running.