Properties

List the Java properties that can be set to configure Mapfish Print 3.

The properties can be set using the -D option when starting the Java Virtual Machine. For example: by setting the JAVA_OPTS environment variable.

  • db.* see the Database Configuration section for details.
  • mapfish.file.encoding: the default character encoding used, the default is UTF-8
  • mapfish.maxContentLength: the maximum size in bytes of HTTP request body specifications. The default is 10485760 (10 MB).
  • mapfish.image.plugins: set to true to enable scanning for image plugins at startup (see scanForPlugins), used to enable WebP image format support. Default is false.