Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 1 TIBCO Hawk WebConsole : Stopping TIBCO Hawk WebConsole And Hawk H2 Database

Stopping TIBCO Hawk WebConsole And Hawk H2 Database
You can shut down TIBCO Hawk WebConsole as well as TIBCO Hawk H2 Database using the script/executables provided with TIBCO Hawk.
Shutting TIBCO Hawk WebConsole
Windows
To stop TIBCO Hawk WebConsole on Microsoft Windows, browse to the HAWK_HOME\webconsole folder and double-click stopwebconsole.bat.
UNIX
To stop Hawk WebConsole on UNIX:
1.
Open the command prompt and go to the HAWK_HOME/webconsole folder.
2.
Run the stopwebconsole.sh script.
Shutting TIBCO Hawk H2 Database
To stop the database on all platforms:
1.
Go to the HAWK_HOME\webconsole folder and open the tibhawkh2db.tra file, in a text editor, for editing.
2.
Comment out the code which starts the Hawk H2 database and uncomment the code which stops the Hawk H2 database. Following is the sample code (to stop the database) for the section in the tibhakh2db.tra file, that allows to start/stop the Hawk H2 database:

 
...
...
#
# Specifies the remaining arguments to pass into the application
# For Starting H2 Database, use the following
# application.args -tcp -web -webAllowOthers
 
# For Shutting down H2 Database, comment above line and uncomment the following
application.args -tcpShutdown tcp://localhost:9092"
#
...
...

 
3.
Save and close the tibhawkh2db.tra file.
4.
Now run tibhawkh2db to stop the database.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved