Index

wrapper.splashscreen.mode

Compatibilidad :3.3.7
Ediciones :Edición ProfesionaEdición EstándarEdición de la Comunidad (No Soportado)
Plataformas :WindowsMac OSX (No Soportado)Linux (No Soportado)IBM AIX (No Soportado)FreeBSD (No Soportado)HP-UX (No Soportado)Solaris (No Soportado)IBM z/OS (No Soportado)IBM z/Linux (No Soportado)

ADVERTENCIA

DO NOT modify the value of this property while an application using the configuration file has been installed as a Windows Service. Please uninstall the existing service BEFORE modifying this property. The service with the new value can then be safely reinstalled later.

This property is only used for the consoleless version of the Wrapper binary "wrapperW.exe". This property is ignored unless a binary based on the wrapperW.exe consoleless binary is used.

This property allows you to set the display mode of the splash screen displayed when running the consoleless version of the Wrapper binary "wrapperW.exe".

The default value is JVM_STARTED.

Example:
wrapper.splashscreen.mode=JVM_STARTING

Valid display modes include:

  • NONE :

    to disable the splash screen entirely,

  • JVM_STARTING :

    to display the splash screen on Wrapper startup and then hide it as soon as the first JVM has been launched and the WrapperManager class indicates that it is initialized and ready to start the user application. In this case, the splash screen will be hidden before the user application is started.

  • JVM_STARTED :

    to display the splash screen on Wrapper startup and then hide it once the application in the JVM reports that it is started.

    When using Integration Methods 1 (WrapperSimpleApp), 2 (WrapperStartStopApp), or 4 (WrapperJarApp), this will happen when the application's main method completes, or 2 seconds after the main method was started. To change the number of seconds, you need to change the value of maxStartMainWait system property. Please read the appropriate helper class in JavaDocs.

    When using Integration Method 3 (WrapperListener), the screen will be hidden when the WrapperListener.start method returns.

NOTA

In Wrapper version 3.3.7, when set to JVM_STARTING, the splash screen was being hidden immediately after the JVM process was launched. This was fixed in later versions.

The image of Splash Screen:

The splash screen defaults to a Java Service Wrapper image which is embedded in the consoleless version of the Wrapper binary "wrapperW.exe". The image can be changed by creating a customized version of the Wrapper binary.

Referencia: Propriedades de Configuración WrapperW

Propriedades que sólo se utilizan para wrapperw.exe: