Multiple choice technology platforms and products

If the webMethods Integration Server is started with from the server root directory with this command, "bin\server.bat -debug 9 -log none", what does this tell the server to do?

  1. Start in level 9 debug mode but does not write any server log information

  2. Start in level 9 debug mode and write all server log information to the screen

  3. Start in level 9 debug mode and write all of the server log information to the Unix syslog or NT event log

  4. There is no level 9 debug mode so the server will fail to start

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The -debug 9 parameter starts the webMethods Integration Server in level 9 debug mode, and -log none redirects the server log output to standard output (the screen) instead of writing it to the standard log file.