Technical data
A Using the WebLogic Java Utilities
A-10 Administration Guide
Examples
The deploy utility is useful for various purposes, including the following:
n Viewing a Deployed J2EE Application
n Deploying a New J2EE Application
-jspRefreshComponentName
Specifies the webapp component to which 
the refreshed files are being copied. Use 
this option together with the 
-jspRefreshFiles option to refresh 
static files. For more information on using 
this option, see Refreshing Static 
Components in Deploying Web 
Applications.
-jspRefreshFiles
Refreshes static files such as JSPs, HTML 
files, image files such as 
.gif and .jpg, 
and text files. Class files may not be 
refreshed. To update class files, use the 
update flag to redeploy your application. 
For more information on using this option, 
see Refreshing Static Components in 
Deploying Web Applications.
-port port
Specifies the port number of the WebLogic 
Server to use for deploying the J2EE 
application .jar, .war, or .ear file.
Note: If you do not specify the -port 
option, 
deploy connects uses a 
default of 7001.
-url url
Specifies the URL of a Weblogic Server. 
The default is 
localhost:7001.
-username username
Name of the user with which a connection 
will be made. The default is 
system.
-version
Prints the version of the deploy utility.
Option Definition










