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/07/08 20:13:55 UTC

[Apache Geronimo Wiki] Updated: Running

   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.jar`.  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 configurations||-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 pointing 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 don't need to specify it explicitly.  You can just:
+    {{{
+$ java -jar bin/server.jar
+}}}
 
 == Working Offline ==