Servoy Properties Returning After Reboot

Hi guys,
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
As well as SSL keystore and password settings, etc.
What are the settings in the deployed.properties file do? I've not had to touch these in the past few installs.
thanks,
--Joe.
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
- Code: Select all
server.3.URL=jdbc\:sqlserver\://localhost\:1433;instance\=STSX;DatabaseName\=stsservoy;SelectMethod\=cursor
server.3.catalog=<none>
server.3.connectionValidationType=0
server.3.dataModelCloneFrom=stsservoy
server.3.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
server.3.enabled=true
server.3.maxConnectionsActive=30
server.3.maxConnectionsIdle=10
server.3.maxPreparedStatementsIdle=100
server.3.password=xxx
server.3.prefixTables=false
server.3.queryProcedures=false
server.3.schema=<none>
server.3.serverName=stsservoy2
server.3.skipSysTables=false
server.3.userName=sa
As well as SSL keystore and password settings, etc.
What are the settings in the deployed.properties file do? I've not had to touch these in the past few installs.
- Code: Select all
isOverwriteDeployedDBServerProperties=false
isOverwriteDeployedServoyProperties=false
thanks,
--Joe.