Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

-vv --veryverbose
Sets the console log level to DEBUG, resulting in even more console output.unmigrated

-wiki-markup *-override \ [_configId_]*
Overrides the configurations in *<geronimo_home>/var/config.list* such that only the configurations listed on the command line will be started. Note that many J2EE
features depend on certain configs being started, so you should be very careful what you omit. Any arguments after *-override* are assumed to be configuration names.

When you run this command from a Microsoft Windows command line that window will get locked with the startup results screen. On a Linux based operating system you can run this command in background getting back the control for this window terminal.

...

If the startup command starts the Apache Geronimo server, shutdown will definitively stop it. This command has the following syntax:

Wiki Markup*{{<geronimo_home>/bin/shutdown \ [_options_]}}*

The available options are:

unmigrated-wiki-markup*--user \ [_user_name_]*
Specifies the user name with the authority to stop the server. By default you would normally use *system* as the user name.unmigrated

-wiki-markup*--password \ [_password_]*
Specifies the password for the user name you just entered. By default you would normally use *manager* as the password.unmigrated

-wiki-markup*--port \ [_port_number_]*
Specifies the RMI naming port to connect to the server (for example JMX connection port). By default you would normally use port *1099*.

If you do not specify any parameters, this command will prompt you for a user name and password and will assume port 1099 by default and will not prompt for any port.

...

The geronimo command lets you perform the previous two actions, that is start and stop the server in different modes depending on the parameters you specify. This command has the following syntax:

Wiki Markup*{{<geronimo_home>/bin/geronimo \ [_options_]}}*

The available options are:

...

As with the startup command, the deployment tool can also be invoked in two different ways:

Wiki Markup*{{java -jar deployer.jar \ [_general_options_] <_command_> \ [_command_options_]}}*

or simply

Wiki Markup*{{deploy \ [_general_options_] <_command_> \ [_command_options_]}}*

Please refer to Deployer tool for a fully detailed description of this tool options and usage.

...

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

Wiki Markup*{{java -jar client.jar 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.

...