8.4 J2EE Deploytool Utility for Deploying Modules and Enterprise Applications

   

8.4 J2EE Deploytool ” Utility for Deploying Modules and Enterprise Applications

8.4.1 Availability

J2EE 1.4 reference implementation.

8.4.2 Synopsis

 deploytool [-server name[:port]] -deployModule [-id moduleID]      module [client_JAR] deploytool [-server name[:port]] -deployGeneratedModule [-id moduleID]  module generated_JAR deploytool [-server name[:port]] -listModules type deploytool [-server name[:port]] -undeploy moduleID 

8.4.3 Description

The deploytool utility provided with the J2EE 1.4 reference implementation provides both a command-line and a graphical user interface that allow you to create and deploy J2EE modules to the J2EE RI application server. You can also use the same utility to deploy an existing module. The GUI interface is used when no command-line arguments are supplied. This section covers only those command-line features of the deploytool utility that are relevant to web services.

8.4.4 Options

Most forms of the deploytool command include an optional module ID, which is used to uniquely identify a deployed module within the application server. If an explicit module ID is not supplied, then one is created by taking the display name of the module and replacing all spaces by underscore characters . The display name is obtained from the display-name element of the module's deployment descriptor (i.e., META-INF/ejb-jar.xml for an EJB JAR file, WEB-INF/web.xml for a web archive, META_INF/ application-client .xml for a client archive, META-INF/ra.xml for a Connector resource archive, or META-INF/application.xml for an Enterprise Archive).

-server name[ : port ]

Specifies that hostname, and optionally , the port number, for the target application server. If this option is not used, the server is assumed to be accessible at port 8000 on localhost .

-deployModule [-id moduleID ] module [ client_JAR ]

Deploys a J2EE module to the application server. If a module with the same name is already deployed, it is removed and the new version is deployed in its place. The module argument must be the path name of an EJB JAR, a web archive, a client application archive, a resource archive, or an Enterprise Archive. The deployment process may include the generation of stub and tie classes and other information of use to client programs or to a J2EE client application container. This information, which is the same as that created by the j2eec utility described earlier in this chapter, may optionally be returned by the server and stored in the file given by the client_JAR argument. It may be used in conjunction with the -deployGeneratedModule option or when running a J2EE application client, as described in Section 6.4.

-deployGeneratedModule [-id moduleID ] module generated_JAR

This option is the same as -deployModule , except that the stub generation step is omitted. The stubs are assumed to have already been created by an earlier invocation of this command using the -deployModule option or by the j2eec utility, and must be supplied using the generated_JAR argument.

-listModules type

Lists all deployed modules of the specified type, which must be one of car (client archive), ear (Enterprise Archive), ejb (EJB JAR), rar (Connector resource archive), or war (web archive).

-undeployModule moduleId

Undeploys the module identified by the given module ID.


   


Java Web Services in a Nutshell
Java Web Services in a Nutshell
ISBN: 0596003994
EAN: 2147483647
Year: 2003
Pages: 257
Authors: Kim Topley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net