Syntax
This section describes the Java 2 Platform Enterprise Edition (J2EE) command line syntax for the launchClient tool for WebSphere Application Server.
The following example illustrates the command line invocation syntax for the launchClient tool:
launchClient [<userapp.ear> |-help|-?] [-CCname=value] [app args]
where
To print the usage information, the first parameter must be a path and a name to an Enterprise Archive (EAR) file, -help, or -?. All other parameters are optional and can appear in any order. The application client run time ignores any optional parameters that do not begin with a -CC prefix, and passes them to the application client.
Parameters
Supported arguments include:
-CCproviderURL=corbaloc:iiop:myserver.mycompany.com:9810,:mybackupserver.mycompany.com:2809This value is mapped to the java.naming.provider.url system property.
Example
The following examples demonstrate correct syntax.