Hi,
We're running OPA 10.3 on IIS, and calling Oracle Determinations Server with .Net and PeopleSoft Integration Broker.
We've just made a rule change in OPA, can we just overwrite the existing .zip file on the OPA server, or do we need to bring the server down and back up, etc.?
Most of the hot swapping documentation I found had to do with Web Determinations Interviews and mentioned the following three lines in application.properties:
load.rulebase.as.resource = false
rulebase.path = /WEB-INF/classes/rulebases
cache.loaded.rulebases = false
I have the cache.loaded.rulebases = false line, but don't see the others in the application.properties file. Do I need to add them, or is this not an issue?