Technical data
Administration Guide A-9
Options
Option Definition
-component componentname:target1,
target2
Component to be deployed on various
targets, must be specified as:
componentname:target1,target2
where componentname is the name of
the
.jar, .rar or .war file without the
extension. This option can be specified
multiple times for any number of
components (
.jar, .rar or .war).
To deploy an
.ear file, enter each of its
components separately using this option
and specify the
.ear using the -source
argument. For example, to deploy
jubilee.jar and wallance.war in
an
.ear called myDogApp.ear, enter:
weblogic.deploy
-component jubilie:myserver
-component wallance:myserver
deploy gumby1234 appname
myDogApp.ear
(Enter the above command on a single
line.)
If the components are in exploded
directory format, use their directory name
in place of the archive file name.
-debug
Prints detailed debugging information to
stdout during the deployment process.
-help
Prints a list of all options available for the
deploy utility.
-host host
Specifies the host name of the WebLogic
Server to use for deploying the J2EE
application (
.jar, .war, .ear). If you
do not specify this option, the deploy
utility attempts to connect using the host
name
localhost.