Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software 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.

 
...
...
#
# 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 © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved