2.5 Other commands used with J2EE servers
This section describes the other commands used with J2EE servers.
The following table lists the other commands used with J2EE servers:
|
Command name |
Function |
Description |
Command group |
|---|---|---|---|
|
Add user or role |
Adds a user or a role. |
Update |
|
|
Delete the global session information (database session failover functionality) |
Deletes the global session information from the database. |
-- |
|
|
Commit unconcluded transaction |
Commits unconcluded transactions. |
Update |
|
|
Delete user or role |
Deletes a user or a role. |
Update |
|
|
Conclude heuristic transactions forcibly |
Concludes the heuristic transactions forcibly. |
Update |
|
|
List users or roles |
Outputs a list of users or roles to the standard output. |
Reference |
|
|
Display thread information |
Outputs information about each thread being processed. |
Reference |
|
|
Display information about transactions operating in J2EE server |
Outputs to the standard output a listing of information about transactions operating in a J2EE server. |
Privileged |
|
|
Display transaction information for stopped J2EE server |
Outputs to the standard output a listing of transaction information for a stopped J2EE server. |
-- |
|
|
Map user to role |
Adds a user to a role. |
Update |
|
|
Force release of server management commands from exclusion |
Resets exclusion information for server management commands so that the commands can be executed. |
-- |
|
|
Roll back unconcluded transactions |
Rolls back unconcluded transactions. |
Update |
|
|
Stop threads |
Stop specified threads. |
Update |
|
|
Unmap user from role |
Deletes a user from a role. |
Update |
- Legend:
-
Update: The command is an update command, which updates the J2EE server contents or retrieves configuration information.
Reference: The command is a reference command, which only displays the configuration status without updating the J2EE server contents.
Privileged: The command is a privileged command, which updates the contents of a J2EE server and whose processing always takes priority over other commands.
--: Does not apply.
For the system-wise mutual exclusion control of the server management commands, see 3.2 Exclusive access control of server management commands in the uCosminexus Application Server Application Setup Guide.
- Organization of this section
-
-
cjclearsession (Delete global session information (database session failover functionality))
-
cjlisttrn (display information about transactions operating in J2EE server)
-
cjlisttrnfile (display transaction information for stopped J2EE server)
-
cjresetsv (force release of server management commands from mutual exclusion)