Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Excerpt
hiddentrue

Geronimo can be started through GShell using the geronimo/start-server command, and stopped using the geronimo/stop-server command.

Geronimo can be started through GShell using the geronimo/start-server command.

No Format
borderStylesolid
jason@Jason-Warners-Computer.local:/> geronimo/start-server --background
Launching Geronimo Server...
Booting Geronimo Kernel (in Java 1.5.0_13)...

If the --background option is not used, then the server instance will maintain control of the terminal and a new instance of gshell must be started to interact with the server.

Other useful geronimo/start-server options (Use geronimo/start-server --help to see a full list of options).

...

Geronimo can be stopped using the geronimo/stop-server command.

No Format
borderStylesolid
jason@Jason-Warners-Computer.local:/> geronimo/stop-server -u system -w manager
Stopping Geronimo server: localhost:1099
[] received stop signal

If username -u and password -w are not provided on the command line, the user will be prompted for them before the server shutdown process is started. The full set of geronimo/stop-server options can be seen in gshell using the --help option, the same way as for geronimo/start-server.

Note
titleOn a Windows platform

Use forward slash "/" instead of the traditional back slash "\" as directory separators within GShell commands.
For example:

No Format

jason@Local:/>geronimo/start-server -j 'c:/programme files/Java60/bin/java.exe'

This issue is addressed by (https://issues.apache.org/jira/browse/GERONIMO-4709)