wrapper.java.command.show_backend_properties

Compatibilidad :3.6.0
Ediciones :Edición ProfesionaEdición EstándarEdición de la Comunidad
Plataformas :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/Linux

This property can be used to hide or show backend properties on the command line printed in the logs.

When the Wrapper starts a JVM, it passes specific properties via the command line to manage the backend communication required for monitoring the application. Since these properties are only necessary when controlling the JVM with the Wrapper, hiding them from the printed command line is generally advisable. This simplifies copying the command line for use in test cases when launching the application as a standalone process.

The default value is "FALSE".

NOTA

The system properties that are hidden when wrapper.java.command.show_backend_properties is set to FALSE are:

  • -Dwrapper.backend

  • -Dwrapper.key

  • -Dwrapper.port

  • -Dwrapper.port.address

  • -Dwrapper.jvm.port

  • -Dwrapper.jvm.port.min

  • -Dwrapper.jvm.port.max

  • -Dwrapper.pipe.in

  • -Dwrapper.pipe.out

When running in debug mode, the properties withdrawn from the printed command line will be logged in a separate line.

Output:
DEBUG  | wrapper  |   Backend properties: -Dwrapper.key=k84zv-pqqAooBglp4qkHBpn00xkFXh9g -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999

Referencia: Comandos de Java