Date: 2004-09-01T13:52:41 Editor: JacekLaskowski <[EMAIL PROTECTED]> Wiki: Apache Geronimo Wiki Page: Running URL: http://wiki.apache.org/geronimo/Running
Corrections about how to start up Geronimo Change Log: ------------------------------------------------------------------------------ @@ -102,17 +102,15 @@ = Running The Server From The Command Line = -First, you must unpack the geronimo binary ${maven.repo.local}/geronimo/jars/geronimo-assembly-1.0-SNAPSHOT.jar into the location you wish to install geronimo. For instance, +First, you must unpack the Geronimo binary ${maven.repo.local}/geronimo/jars/geronimo-assembly-1.0-SNAPSHOT.jar into the location you wish to install Geronimo. For instance, {{{ $ cd myproject -$ cp ~/.maven/repository/geronimo/jars/geronimo-assembly-1.0-SNAPSHOT.jar -$ jar -xf geronimo-assembly-1.0-SNAPSHOT.jar +$ jar -xf ~/.maven/repository/geronimo/jars/geronimo-assembly-1.0-SNAPSHOT.jar }}} The Geronimo server is started using the executable jar file `bin/server.jar`. {{{ -$ cd geronimo-1.0-M2 $ java -jar bin/server.jar }}}