Jolt 1.2 Developer's Guide
Table Of Contents
- Jolt for NonStop(TM) TUXEDO Developer's Guide
- Jolt for NonStop(TM) TUXEDO Developer's Guide
- About This Guide
- 1. Introducing Jolt
- 2. Installing Jolt
- 3. Configuring the Jolt System
- 4. Bulk Loading NonStopTM TUXEDO Services
- 5. Using the Jolt Repository Editor
- 6. Using the Jolt Class Library
- 7. Using JoltBeans
- 8. Using Servlet Connectivity for NonStopTM TUXEDO
- 9. Using Jolt 1.2 ASP Connectivity for NonStopTM TUXEDO
- A. NonStopTM TUXEDO Errors
- B. System Messages
- Index

To exit the Repository Editor:
Select Back from a previous window to return to the Logon window.1.
Select Close to terminate the connection with the server. The Repository Editor Logon window continues to display with
disabled fields.
2.
Select Log Off from your browser menu to remove the window from your screen.3.
Configure the NonStop
TM
TUXEDO TMUSREVT Server for Event Subscription
Jolt Event Subscription is used to receive event notifications from either NonStop
TM
TUXEDO services or other NonStop
TM
TUXEDO clients. Configure the NonStop
TM
TUXEDO TMUSREVT server and modify the application UBBCONFIG file.
Example 3-1 shows the relevant TMUSREVT parameters in the UBBCONFIG file:
Example 3-1. TMUSREVT Parameters in the UBBCONFIG File
TMUSREVT SRVGRP=EVBGRP1 SRVID=40 GRACE=3600
ENVFILE="/usr/tuxedo/bankapp/TMUSREVT.ENV"
CLOPT="-e tmusrevt.out -o tmusrevt.out -A --
-f /usr/tuxedo/bankapp/tmusrevt.dat"
SEQUENCE=11
In the SERVERS sections of the UBBCONFIG file, specify the SRVGRP and SRVID.
Configure Jolt Relay
The JRLY process is started by typing the command name at a system prompt.
jrly -f <config_file_path>
If the configuration file does not exist or cannot be opened, JRLY writes a message to stderr (standard error) and attempts to log
the startup failure in the error log if possible, then exits.
JRLY Configuration File
The format of the configuration file is a TAG=VALUE format. Blank lines or lines starting with a "#" are ignored. Refer to
Example 3-2 for an example of the formal specifications of the configuration file.
Example 3-2. Specification of JRLY Configuration File










