You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/07/12 15:48:41 UTC

[Geronimo Wiki] Update of "Running" by TobyCabot

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.

The following page has been changed by TobyCabot:
http://wiki.apache.org/geronimo/Running

The comment on the change is:
added note about command line flags

------------------------------------------------------------------------------
  $ java -jar bin/server.jar
  }}}
  
+ There are some command-line flags that you can use to modify what gets output to the console:
+     {{{
+ java -jar server.jar -noprogress  Very quiet startup, log level WARN
+ java -jar server.jar              Progress bar, server version, etc.
+ java -jar server.jar -v           No progress, log level INFO
+ java -jar server.jar -vv          No progress, log level DEBUG
+ }}}
+ 
  To stop the server use ctrl-C or an equivalent; a proper shutdown command will be made available in a future release.
  
  The first time this is run, the default configurations will be started. When the server is shut down cleanly, the list of running configurations is saved. These will be reloaded automatically the next time the server is started.