.war export for Tomcat running as SERVICE

Hi,

Found issues while generating default servoy.properties via Servoy Devloper’s .war export: in Tomcat’s Manager App .war is listed as deployed BUT unable to start? http://localhost:8080/manager/html

Export flow and suspicious snippets:
Export wizard’s step is left empty: Choose an existing servoy properties file (skip to generate default)
For each server on export selected: Connection validation type: exception validation; Validation Query: (left empty)
Noticed that whichever option is chosen for Connection validation type, in servoy.properties it’s always generated as

server.0.connectionValidationType=0

As work-around, for now, for each DB server:
-renamed .war → .zip and than manually edited servoy.properties
-needed to change catalog & schema from to

server.0.schema=<empty> -> server.0.schema=<none>
server.0.catalog=<empty> -> server.0.catalog=<none>

-deleted property validationQuery= (supposed to be related to above Connection validation type)

server.0.validationQuery=

-renamed back .zip → .war and deployed to webapps

How to generate (default) servoy.properties file that can be properly deployed to Tomcat, running as Service?
Servoy 8.0.3 - build 3025
Apache Tomcat/9.0.0.M6

Regards

PS.
However, when ignite Tomcat via startup.bat .war is deployed and started as expected, even without any manual maintenance on servoy.properties. Looks like it’s less sensitive in that mode

Possibly the same as this case: https://support.servoy.com/browse/SVY-9778