0 Replies Latest reply on May 12, 2005 5:12 PM by hhendler

    Timer for reloading properties?

    hhendler

      Hello,

      My app loads properties from a '.properties' file, and I would like to set a timer with a configurable refresh period to reload without stopping/starting the entire app.

      Is there a non-code way to do this, or must I look into something like what log4j does (http://www.cenqua.com/clover/eg/jboss/report/org/jboss/logging/Log4jService.html)
      and write similar code?

      Thanks