Feature #261
Self Restart Capability
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Description
Add ability for application to self-restart. Operations would be something like:
- Shutdown web-interface
- Disconnect from database
- Start new instance of application
- Shutdown (when new instance is confirmed as live)
See http://cplusadd.blogspot.com/2009/04/java-application-and-self-restart.html for self-restart code.
History
#1 Updated by Luke Murphey about 14 years ago
One thing to watch out for is when running as a service. By default, the service will restart NSIA if the Java runtime exits.
#2 Updated by Luke Murphey almost 14 years ago
- Start date deleted (
11/10/2010)