HomeDocumentation > Reference > Tools and commands > client

The client script launches the client application container. This command has the following syntax:

client config-name [app_arg ...]

The config-name identifies the Geronimo configuration that contains the application client you want to run. The rest of the arguments will be passed as arguments to the client application when it is started.

The client command can also be started by using the java -jar command:

java -Djava.endorsed.dirs=lib/endorsed -jar bin/client.jar config-name [app_arg ...]