Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
1). In the gsengine.tra file (%BC_HOME%/bin/), you should find the entries below. If not, add these entries at the end of the file:
ntservice.binary.path.absolute=%BC_HOME%/bin/gsengine.exe
ntservice.displayname=TIBCO Gateway Server (gs)
ntservice.name=TIBCOGatewayServer-gs
ntservice.starttype=manual
2). To install the GS Engine Component as an Windows Service, do the following:
BC_HOME/bin/gsengine.exe --install --propFile gsengine_tra_file
where gsengine_tra_file is the full path of the file gsengine.tra
Example: C:\tibco\bc\6.2\bin>gsengine.exe --install --propFile gsengine.tra
3). To uninstall the Windows Service, do the following:
BC_HOME/bin/gsengine.exe --uninstall --propFile gsengine_tra_file
where gsengine_tra_file is the full path of the file gsengine.tra
Example: C:\tibco\bc\6.2\bin>gsengine.exe --uninstall --propFile gsengine.tra