provide rudimentary shutdown mechanism for Mifos web application
----------------------------------------------------------------

                 Key: MIFOS-2724
                 URL: http://mifosforge.jira.com/browse/MIFOS-2724
             Project: mifos
          Issue Type: Improvement
          Components: Authentication
            Reporter: Adam Monsen


* allow an administrator to schedule a shutdown to occur in a specified number 
of hours/minutes
** use a simple Struts action class/method/mapping that schedules the shutdown 
in a configured number of seconds
*** for example: /mifos/shutdown.do
*** log a WARNING level message "Mifos will be shutting down in x hours, y 
minutes, z seconds."
** default to 10 minutes / 600 seconds
** this interval should be configurable in 
applicationConfiguration.custom.properties
* presence of a globally (application) scoped object may be used to indicate 
that shutdown is imminent
** or a static, synchronized variable... whatever is easiest
* when shutdown is imminent, automatically log out all users and provide a 
message upon next HTTP request
** "You have been logged out because Mifos is shutting down."
** see BaseAction#execute(), BaseAction#logout()
*** (or suggest/provide a better alternative)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to