Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Introduce deck
Wiki Markup
{scrollbar}
Wiki Markup
{composition-setup}{composition-setup}

GShell is an extensible, command-line processing environment for creating command-line applications. GShell includes support for command editing, command history, input/output redirection, and more. GShell is a subproject of Geronimo. For more information on GShell, see the GShell wiki.

...

A simple launcher script/.bat file is located in the bin directory of a Geronimo server. To start GShell on a *nix OS:

Wiki Markup
{deck:id=gsh startup command}

Wiki Markup
{card:

...

label=Unix}
No Format
nopaneltrue

cd geronimo-jetty6-javaee5-2.1
./bin/gsh
Wiki Markup
{card}

Wiki Markup
{card:label=Windows}
No Format
nopaneltrue

cd c:\g
bin\gsh
Wiki Markup
{card}

Wiki Markup
{deck}
Code Block

cd geronimo-jetty6-javaee5-2.1
./bin/gsh

or on Windows

Code Block
cd c:\gerg
bin\bin
gsh

GShell commands may be specified when starting GShell:

...