Sun GlassFish Enterprise Server v3 Prelude Administration Guide

Deployment Commands

deploy(1)

Deploys an enterprise application, web application, EJB module, connector module, or application client module. If the component is already deployed or already exists, you can forcefully redeploy if you set the --force option to true. Supported in remote mode only.

deploydir

This command is deprecated.

disable(1)

Immediately disables the named component. If the component has not been deployed, an error message is returned. Supported in remote mode only.

enable(1)

Enables the specified component. If the component has not been deployed, an error message is returned. If the component is already enabled, then it is re-enabled. Supported in remote mode only.

list-applications(1)

Lists deployed JavaTM EE applications. If the --type option is not specified, all applications are listed. Supported in remote mode only.

list-components(1)

Lists all deployed Java EE 5 components. If the --type option is not specified, all components are listed. Supported in remote mode only.

redeploy(1)

Redeploys an application that is already deployed. Supported in remote mode only.

undeploy(1)

Removes the specified deployed application. Supported in remote mode only.