Sun GlassFish Enterprise Server v3 Prelude Administration Guide

ProcedureTo List Applications

The remote list-applications command enables you to list the deployed Java applications. If the --type option is not specified, all applications are listed.

  1. Ensure that the server is running.

    Remote commands require a running server.

  2. List applications by using the list-applications(1) command.


Example 2–12 Listing Applications

The following example command lists the web applications on localhost:


asadmin list-applications --type web

Information similar to the following is displayed:


hellojsp <web>
Command list-applications executed successfully.

See Also

To see the full syntax and options of the command, type asadmin list-applications --help at the command line.