Reference for the configuration parameters supported by MathType Integration Services.
Summary
This reference describes the server-side configuration parameters available for MathType Integration Services. Parameters are grouped by functional area and include their purpose, supported values, default values, deployment applicability, and configuration location.
Returns JSON responses that can be cached instead of binary responses.
true, false
true
All
Cache management
Parameter
Description
Values
Default
Applies to
Notes
wiriscleancachegui
Enables the cache management interface.
true, false
false
All
Enables the browser-based cache cleaning interface.
wiriscleancachetoken
Authentication token for the cache management interface.
String
—
All
MD5-encoded token required by the cache cleaning service.
When cache cleaning is enabled, MathType Integration Services exposes a service for removing cached rendering files.
Access modes
Mode
Description
GUI
Browser interface enabled through wiriscleancachegui.
Client
HTTP POST request authenticated with the configured token.
Client mode
Client mode requires the following POST parameters:
Parameter
Description
token
MD5-encoded cache cleaning token.
accept=application/json
Requests a JSON response.
The service returns a JSON response indicating whether the cache was successfully cleaned.
Files removed
The service removes:
cached rendering files.
empty directories.
.svg.
.png.
.txt.
.ini.
When image save mode is enabled, formula metadata required for recovery is preserved.
Extension points
Parameter
Description
Values
Default
Applies to
wirisstorageclass
Custom storage implementation.
Class name
—
Java
wirisconfigurationclass
Custom configuration implementation.
Class name
—
Java
wirisaccessproviderenabled
Enables the custom access provider.
true, false
false
Java
wirisaccessproviderclass
Custom access provider implementation.
Class name
—
Java
wirisstorageclass specifies the custom storage implementation used by MathType Integration Services. Use this parameter to replace the default filesystem storage with a custom backend such as cloud object storage, a database, or shared storage. See Configure custom formula storage.
Notes
Parameters configured in the frontend override the corresponding values defined in wiriseditorparameters, when supported.
Some editor parameters that affect rendering can only be configured through wiriseditorparameters.
Configuration examples are available in the corresponding how-to guides.