Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}

Excerpt

The startup script starts the Apache Geronimo server in the background.

This command has the following syntax: Wiki Markup{{*<GERONIMO_HOME>/bin/

No Format

startup 

...

[options]

...


The available options are:

...

-vv --veryverbose
Sets the console log level to DEBUG, resulting in even more console output.unmigrated-wiki-markup

*\-override \ [*{*}{_}configId{_}{*}*\]* Overrides the configurations in {{]
Overrides the configurations in <GERONIMO_HOME>/var/config.xml}} such that only the configurations listed on the command line will be started. Note that many J2EE
features depend on certain configs being started, so you should be very careful what you omit. Any arguments after *\-override* are assumed to be configuration names.

The startup command can also be started by using the java -jar command: Wiki Markup{{{*}

No Format

java 

...

-Djava.endorsed.dirs=lib/endorsed 

...

-javaagent:bin/jpa.jar 

...

-jar bin/server.jar 

...

[options]

...