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

JRLY LISTEN: <Location where the clients connect>
CONNECT: <Location of your JRAD. Must match the -l parameter of JRAD>
JRAD -l: <Location where the listener connects the JRLY>
-c: <Location of JSL. Must match -n parameter of JSL>
JSL -n: <Location of JSL. Must match -c parameter of JRAD>
Jolt Repository
The Jolt Repository contains NonStop
TM
TUXEDO service definitions that allow the Jolt clients to access NonStop
TM
TUXEDO
services. The Jolt Repository files included with the installation contain services definitions used internally by Jolt.
Configuring the Jolt Repository
To configure the Jolt Repository, modify the application UBBCONFIG file. The UBBCONFIG file is an ASCII version of the
NonStop
TM
TUXEDO configuration file. Create a new UBBCONFIG file for each application. See the NonStop
TM
TUXEDO
Reference Manual for information regarding the syntax of the entries for the file. Example 3-6 shows relevant portions of the
UBBCONFIG file.
Example 3-6. Sample UBBCONFIG File for JREPSVR
*GROUPS
JREPGRP GRPNO=94 LMID=SITE1
*SERVERS
JREPSVR SRVGRP=JREPGRP SRVID=98
CLOPT="-A -- -W -P /app/jrepository"
JREPSVR SRVGRP=JREPGRP SRVID=97
RQADDR=JREPQ GRACE=0 CLOPT="-A -- -P /app/jrepository"
JREPSVR SRVGRP=JREPGRP SRVID=96
RQADDR=JREPQ REPLYQ=Y GRACE=0 CLOPT="-A -- -P /app/jrepository"
Change the following sections of the UBBCONFIG file:
Section Parameters to be specified
*GROUPS LMID, GRPNO
*SERVERS SRVGRP, SRVID
*GROUPS Section
A *GROUPS entry is required for the group that includes the Jolt Repository. The group name parameter is a name selected by
the application.
Specify the same identifiers given as the value of the LMID parameter in the *MACHINES section.1.
Specify the value of the GRPNO between 1 and 30,000 in the *GROUPS section.2.
*SERVERS Section
The Jolt Repository server, JREPSVR, contains services for access and editing the Repository. Multiple JREPSVR instances
share repository information through a shared file. Include JREPSVR in the *SERVERS section of the UBBCONFIG file.
Indicate a new server identification (for example, 98) with the SRVID parameter.1.
Specify the -W flag for one JREPSVR to ensure that you can edit the Repository. The Repository is read-only without this
flag.
2.










