Frequently Asked Questions - Sign Live! cloud suite gears
To configure the font in SLcs gears, for example signature fields, you need to know the exact designation of this font. This is not always the display name or file name. To determine the correct name, look in the latest gears log file and search for the desired font. Here using the example of Arial Bold:
[22.07.2021/08/48-23.888: XNUMX: XNUMX] [T] [de.intarsys.cwt.font] [...] font registry register C: /WINDOWS/Fonts/arialbd.ttf with [TrueType] Arial Negreta
[22.07.2021/08/48-23.888: XNUMX: XNUMX] [T] [de.intarsys.cwt.font] [...] font registry register C: /WINDOWS/Fonts/arialbd.ttf with [TrueType-postscript] Arial-BoldMT
[22.07.2021/08/48-23.888: XNUMX: XNUMX] [T] [de.intarsys.cwt.font] [...] font registry register C: /WINDOWS/Fonts/arialbd.ttf with [TrueType-canonical] Arial, Bold
[22.07.2021/08/48-23.888: XNUMX: XNUMX] [T] [de.intarsys.cwt.font] [...] font registry register C: /WINDOWS/Fonts/arialbd.ttf with [Any] Arial Negreta
[22.07.2021/08/48-23.888: XNUMX: XNUMX] [T] [de.intarsys.cwt.font] [...] font registry register C: /WINDOWS/Fonts/arialbd.ttf with [Any-postscript] Arial-BoldMT
[22.07.2021/08/48-23.888: XNUMX: XNUMX] [T] [de.intarsys.cwt.font] [...] font registry register C: /WINDOWS/Fonts/arialbd.ttf with [Any-canonical] Arial, Bold
[22.07.2021/08/48-23.889: XNUMX: XNUMX] [D] [de.intarsys.cwt.font] [...] FontEnvironment loaded font 'Arial, Bold' from C: \ WINDOWS \ Fonts \ arialbd.ttf
Based on this example, the following "FontNames" can be used:
- Ariel Negreta
- Arial BoldMT
- Arial, Bold
Stand: 23.07.2021 - 17: 34
The Tomcat standard configuration limits the maximum processing size of a POST request to 2 MB.
You can do this in Increase or cancel \ conf \ server.xml via the maxPostSize parameter (-1):
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout = "20000"
maxPostSize = "- 1"
redirectPort = "8443" />
https://tomcat.apache.org/tomcat-9.0-doc/config/http.html
Stand: 05.07.2021 - 14: 09
When opening the bridge from gears a security question appears.
The message can be switched off for a specific protocol using a RegistryKey:
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ ProtocolExecute \ csbridge]
"WarnOnOpen" = dword: 00000000
or
[HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Internet Explorer \ ProtocolExecute \ csbridge]
"WarnOnOpen" = dword: 00000000
For more information, see https://stackoverflow.com/questions/37702082/internet-explorer-or-edge-how-to-display-the-warning-that-appear-if-you-open-c?rq=1
Stand: 05.07.2021 - 14: 09
This error occurs e.g. For example, if you have deactivated the "demo" profile.
In this case, the following entry is required in gears.properties:
spring.liquibase.enabled = false
created: 15.08.2019/XNUMX/XNUMX
Updated: 15.08.2019
Stand: 05.07.2021 - 14: 10