Hitachi

Hitachi Application Server V10 User's Guide (For Windows® Systems)


4.8.4 Confirming the operational status of applications

To confirm the operational status of applications, display the list of application by running the list-applications subcommand of the asadmin utility command.

Prerequisites

Intended users

Procedure

  1. To display a list of applications deployed to the server instance, run the list-applications subcommand of the asadmin utility command with the --long option.

    asadmin list-applications --long=true server_instance_name_or_cluster_name
    • In a configuration where only one Java EE server is deployed, the server instance name for the server_instance_name_or_cluster_name.

    • In a cluster configuration where more than one Java EE server is deployed, specify the cluster name for server_instance_name_or_cluster_name.

    When this command is run, the results are displayed as follows: Verify that the status of all applications that are deployed is enabled.

    NAME                    TYPE        STATUS
    application_name  <ear, web>     enabled
    application_name  <web>          enabled
    Command list-applications executed successfully.