Technical data

Administration Guide A-7
deploy
The deploy utility gets a J2EE application from an archive file (.jar, .war, or .ear)
and deploys the J2EE application to a running WebLogic Server. For additional
information, see Assembling and Configuring Web Applications and the programming
guide Developing WebLogic Server Applications.
Syntax
$ java weblogic.deploy [options] [action] password name
{application
name} {source}
Actions (select one of the following)
Action Description
delete
Deletes the application specified by the application name.
deploy
Deploys a J2EE application .jar, .war, .rar, or .ear file to the
specified server.
list
Lists all applications in the specified WebLogic Server.
undeploy
Removes an existing application from the specified server.
update
Redeploys an application.
Note: Updating an application on any single server instance to which
it is targeted causes it to be updated on all servers to which is
targeted. For instance, if an application is targeted to a cluster,
and you update it on one of the clustered servers instances, the
application will be updated on all members of cluster. Similarly,
if the application is targeted to a cluster and to a standalone
server instance, updating it on the standalone server instance
will result in its update on the cluster, and vice versa.