2.8.6 get-client-stubs
Retrieves the application JAR files needed to launch the application client.
Synopsis
asadmin [asadmin-options] get-client-stubs [--help] --appname application_name local_directory_path
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The get-client-stubs subcommand copies the required JAR files for an AppClient standalone module or each AppClient module in an application from the server machine to the local directory. Each client's generated JAR file is retrieved, along with any required supporting JAR files. The client JAR file name is of the form app-nameClient.jar. This subcommand is supported in remote mode only.
Precondition
-
Domain Administration Server (DAS) is running.
-
For the operand below are the pre-conditions:
Before executing the get-client-stubs subcommand, you must deploy the application or module.
Files
The get-client-stubs subcommand copies the required JAR files for an AppClient standalone module or each AppClient module in an application from the server machine to the local directory.
The client JAR file name is of the form app-nameClient.jar.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- --appname application_name
-
Specifies the name of the application or stand-alone client module.
The name can include an optional version identifier, which follows the name and is separated from the name by a colon (:). The version identifier must begin with a letter or number. It can contain alphanumeric characters plus underscore (_), dash (-), and period (.) characters.
Type: String
The following values can be specified:
-
Name of the application
Default value: N/A
-
- local_directory_path
-
Specifies the path to the local directory where the client stub JAR file should be stored.
Type: String
The following values can be specified:
-
Path of the directory
Default value: N/A
-
Examples
The following example gets the client stubs for the specified deployed application.
asadmin get-client-stubs --appname myapplication
Exit Status
Exit Status |
Explanation |
---|---|
0 |
subcommand executed successfully. |
1 |
error in executing the subcommand. |