cmx_unregister_application (Delete a J2EE application) (For compatibility)

Format

Function

This command deletes the specified J2EE application from the domain managed by Management Server.

Arguments

-appname application-display-name
Specifies the display name of the J2EE application. You use the display name output to the message issued after the cmx_register_application command is executed.
-appver application-version-ID
Specifies the version ID of the J2EE application.

Input examples

cmx_unregister_application -appname App1 -appver 1.0

Return values

0:
The command is terminated normally.
1:
The command is terminated with a warning.
64:
The command is terminated abnormally.

Notes