cjezclearsession (Deleting global session information (EADs session failover functionality))

Format

cjezclearsession [-count] server-name application-identifier
                {-all|server-ID}

Function

This command deletes the global session information on an EADs server, or displays the global session information count on the EADs server. You can use this command when using the EADs session failover functionality.

Arguments

-count
Specify this argument when displaying the global session information count on the EADs server. When you omit this argument, the command deletes the global session information.
server-name
This argument specifies the J2EE server name that acquires the EADs client setting information that is required for connecting to the EADs server. You can connect to the EADs server by setting the EADs client, as per the setting contents of the J2EE server user property file (userconf.properties) of the J2EE server specified in this argument.
application-identifier
This argument specifies the application identifier of the Web application to be deleted or displayed.
-all
Specify this argument to delete or display all the global session information of the target Web application, regardless of the contents of the J2EE server in use.
server-ID
This argument specifies the server ID of the J2EE server that has the global session information to be deleted or displayed.

Input example

For the global session information of the EADs server

cjezclearsession MyServer APPID SERVERID

When displaying the global session information count on the EADs server

cjezclearsession -count MyServer APPID SERVERID

Return values

0:
The command is terminated normally.
1:
A syntax error occurred.
2:
More than one error occurred.

Notes