I have some servoy_server.properties options returning after a restart of the server.
A phantom database complete with settings that are in the original .war file for the server, but doesn’t exist on the target server. Applications are uploaded as .servoy exported Solutions.
The extra database can be removed from the properties file indicated in the JAVA options of Apache (below), and returns after a reboot. Where else is this stored?
Other settings are not overwritten by the file indicated at Settings file for this server: \WRDS\HMEFILES\STSX.servoy\server\servoy_server.properties
else we remember them, if you have saved changes of that server.
Or are you talking the other way around?
you adjusted:
\WRDS\HMEFILES\STSX.servoy\server\servoy_server.properties
and you expect that that is then fully leading?
Thats also not the case because the servoy.properties inside the war (.war/WEB-INF/servoy.properties) are first loaded then those (\WRDS\HMEFILES\STSX.servoy\server\servoy_server.properties) are copied over them (so they are kind of merged)
i am not sure what you are talking about
but for example
isOverwriteDeployedServoyProperties=true
then if “\WRDS\HMEFILES\STSX.servoy\server\servoy_server.properties” that file is there
and that file is older then the servoy.properties in the WAR file (so a new deploy)
then that file is completely deleted and you start fully with only the servoy.properties file from the WAR file