Versions Compared

Key

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

...

Commands

Description

help or ?

Display help information

echo or print

Print arguments to STDOUT

source or .

Load a file or URL to the current shell

clear

Clear the terminal screen

set

Set a variable

unset

Unset a variable

exit or quit

Exit GShell

geronimo/start-server

Start a server

geronimo/stop-server

Stop the server

geronimo/wait-for-server

Wait for the server to start

geronimo/start-client

Start an application client

deploy/connect

Connect to a Geronimo server

deploy/login

Save the username and password for this connection

deploy/disconnect

Disconnect from a Geronimo server

deploy/deploy

Deploy a module

deploy/redeploy

Redeploy a module

deploy/undeploy

Undeploy a module

deploy/distribute

Distribute a module

deploy/start

Start a module

deploy/restart

Restart a module

deploy/stop

Stop a module

deploy/list-modules

List modules

deploy/list-targets

List targets

deploy/list-plugins

Install plug-ins into the server

deploy/install-library

Install library

deploy/install-plugin

Install a plug-in

deploy/assemble

Extract a Geronimo server from the current one

deploy/new-instance

Create a new instance

remote/rsh

Connect to a remote GShell server

remote/rsh-server

Start a remote GShell server

cluster/heartbeat

Monitor cluster heartbeat

cluster/deploy

Administer cluster

...

Your successfully assembled server will be found in <Geronimo_HOME>/var/temp, where <Geronimo_HOME> is the server's installation directory.

Creating a new instance

The deploy/new-instance command can be used to creating a new server instance from the current one, and uses this syntax:

No Format

deploy/new-instance <SERVER_NAME> -u <user> -w <password> -s <server hostname> -p <port> --secure

where SERVER_NAME is the name of the new instance. Look into Running Multiple Geronimo Instances for more information about how to initiate the new instance.

Connecting to a remote Gshell

Starting a remote Gshell

Monitoring cluster heartbeat

Administering cluster