Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 28653 invoked from network); 8 Jul 2004 18:14:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jul 2004 18:14:01 -0000 Received: (qmail 66262 invoked by uid 500); 8 Jul 2004 18:14:01 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 66070 invoked by uid 500); 8 Jul 2004 18:14:00 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 66057 invoked by uid 500); 8 Jul 2004 18:14:00 -0000 Delivered-To: apmail-incubator-geronimo-cvs@incubator.apache.org Received: (qmail 66050 invoked by uid 99); 8 Jul 2004 18:13:59 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 08 Jul 2004 11:13:59 -0700 Received: (qmail 28609 invoked from network); 8 Jul 2004 18:13:55 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 8 Jul 2004 18:13:55 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: geronimo-cvs@incubator.apache.org To: geronimo-cvs@incubator.apache.org Subject: =?iso-8859-1?q?=5BApache_Geronimo_Wiki=5D_Updated=3A__Running?= Date: Thu, 08 Jul 2004 18:13:55 -0000 Message-ID: <20040708181355.28603.50907@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-07-08T11:13:55 Editor: 141.154.122.5 <> Wiki: Apache Geronimo Wiki Page: Running URL: http://wiki.apache.org/geronimo/Running added note about re-running existing configs Change Log: ---------------------------------------------------------------------------= --- @@ -2,9 +2,11 @@ = The Geronimo server is started using the executable jar file `bin/server.j= ar`. Geronimo contains several pre-built configurations: = - ||Config ID||Purpose||Parent Configuration|| + ||'''Config ID'''||'''Purpose'''||'''Parent Configuration'''|| ||org/apache/geronimo/System||Critical services for all server configu= rations||-none-|| ||org/apache/geronimo/Server||Normal server configuration||org/apache/= geronimo/System|| + ||org/apache/geronimo/Secure||FIXME||FIXME|| + ||org/apache/geronimo/Demo||FIXME||FIXME|| ||org/apache/geronimo/DebugConsole||Debug console web application||org= /apache/geronimo/Server|| = To run use the `server.jar` command: @@ -21,6 +23,11 @@ JMXDebugging tool can be accessed in DebugConsole configuration by pointin= g your browser to http://localhost:8080/debug-tool. = To stop the server use ctrl-C or an equivalent; a proper shutdown command = will be made available in a future release. + +If you want to re-run the same configuration that you ran last time, you d= on't need to specify it explicitly. You can just: + {{{ +$ java -jar bin/server.jar +}}} = =3D=3D Working Offline =3D=3D =20