You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@incubator.apache.org on 2004/09/01 22:52:42 UTC

[Apache Geronimo Wiki] Updated: Running

   Date: 2004-09-01T13:52:41
   Editor: JacekLaskowski <jl...@apache.org>
   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
 }}}