Actions
Bug #2168
closedPersisting delta-time replication setings in metacat.properties
Start date:
08/11/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2168
Description
Currently the delta-time replication settings (e.g. on or off setting and time
setting) is in memory. If tomcat was restarted and the setting will be gone. So
user should be reset it again. This is not convenient. Those setting should be
persisted in metacat.property file.
Updated by Jing Tao about 19 years ago
In Option class in utilities module, a new method setOption was added. This
method can reset or add a property value in properties file. An new method
setOption in MetacatUtil was added too which will call the new method in Option
class.
Three new paramerter: timereplication, firstTimeReplication and timeinterval
were added in Metacat.properties. They will stored the timed replication parameter.
Actions