Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Although the tools name is self-explanatory, it may not be the same case with the tool's parameters. The following sections explain more in detail these tools and commands usage.

client

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

Wiki Markup
{{*<geronimo_home>/bin/client config-name \[app arg\] \[app arg\] ...*}}

The first argument 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:

Wiki Markup
{{{*}java \-Djava.endorsed.dirs=lib/endorsed \-jar bin/client.jar config-name \[app arg\] \[app arg\] ...*}}

jaxws-tools

The jaxws-tools command can be used to generate portable artifacts used in JAX-WS web services. For example, portable artifacts such as Service Endpoint Interface (SEI) class, Service class, JAXB generated value types, etc.

...