wrapper.check_integrity.mode |
||||||||
At startup, the Wrapper computes and validates the hash of wrapper.jar and its associated native library to ensure they have not been modified, corrupted, or incorrectly upgraded.
The wrapper. Two modes are possible:
The default value is "DEFAULT".
NOTEThese integrity checks provide an additional layer of defense against tampering and deployment errors. However, they do not replace proper operating system-level file permissions. The wrapper.jar file, the native library, and any JARs used by the Java application should be placed in a secure location and protected with appropriate access controls to prevent unauthorized modification. |










