Menu

#72 option to dont increment restart count in restart command

v3.2.0
open
API (9)
1
2006-04-13
2005-02-11
Anonymous
No

option do issue restart command from JVM without
incrementing restart count.

Something about legal restart
e.g.
public static void restart()
{..}

public static void restart(boolean dontIncRestartCount)
{..}

Sometimes my application need to reconfigure itself.
After reconfiguring service need to stop and start again.

Discussion

  • Leif Mortenson

    Leif Mortenson - 2006-04-13

    Logged In: YES
    user_id=228081

    The restart count is used by the logs to make it clear that
    a restart of some sort has taken place. What is the
    reasoning behind wanting to do this?

    Cheers,
    Leif

     
  • Leif Mortenson

    Leif Mortenson - 2006-04-13
    • priority: 5 --> 1
    • assigned_to: nobody --> mortenson
     

Log in to post a comment.