securityTest - ECI calls with security
This application contains three very simple calls (identical to
ecij123) with user-specified security classes.
Parameters can be overridden via command line.
Issue "securityTest -?" for help and default settings.
Sample Input
java securityTest -s AirsKix -clisec ibm.cics.jgate.security.clientDesign
-srvsec ibm.cics.jgate.security.serverDesign
The above example uses the AirsKix server, and the JGate's sample
encryption classes, clientDesign and serverDesign.
Sample Output
securityTest - Three Simple ECI Calls with Security
-j JGate -> local:
-r JGate port -> 2006
-list list systems only -> false
-s CICS server -> (not specified)
-clisec Client Security -> ibm.cics.jgate.security.clientDesign
-srvsec Server Security -> ibm.cics.jgate.security.serverDesign
-a application -> SRVTIME
-i # iterations -> 1
-u userid -> SYSAD
-p password -> SYSAD
-d delay between iterations -> 0 seconds
-x exit on ECI error -> false
-! debug -> false
-? Display settings only
--- securityTest started 18/06/98 11:51
--- creating secure connection...
--- Successfully created Secure JavaGateway connection ---
--- Using CICS Region: TCLRTST1
# Call Commarea-Data Length CICS Rc Abend
-- ------------------ ----------------- ------ ------- -----
1 eci_sync 18/06/98 11:50:48 18 0 null
1 eci_async ----------------- 18 0 null
1 eci_get_reply_wait 18/06/98 11:50:49 18 0 null
--- Successfully closed JavaGateway connection ---
--- securityTest completed 18/06/98 11:51
--- Calls successful ... 3 out of 3
--- Iterations run ..... 1 out of 1
History Log:
- Written : Apr 97 - Alan Hollingshead (ecij123)
- Updated : Nov 97 - updated to test SecurityExits - JGate v2.0 (Chris Goodall)
- Updated : Jun 98 - uses inputParms, ECIlist, setJGate, + other classes