This section describes the Java 2 Platform Enterprise Edition (J2EE) command line syntax for the launchClient tool for WebSphere Application Server. You can use the launchClient command from a node within a Network Deployment environment. However, do not attempt to use the launchClient command from the Deployment Manager.
The following example illustrates the command line invocation syntax for the launchClient tool:
launchClient [-profileName pName | -JVMOptions options | -help | -?] <userapp> [-CC<name>=<value>] [app args]
The first parameter must be -help, -? or contain no parameter at all. The -profileName pName and -JVMOptions options are optional parameters. If used, they must appear before the <userapp> parameter. All other parameters are optional and can appear in any order after the <userapp> parameter. The J2EE Application client run time ignores any optional parameters that do not begin with a -CC prefix and passes those parameters to the application client.
Client container 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.