-
Type: Sub-task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Postponed
-
Component/s: nuxeoctl start/stop/admin, Runtime
-
Tags:
We already have a strict mode in the runtime which exit the JVM in case of error. That mode was never be used in test or in production. In the tomcat deployment because we can't exit the tomcat and in test there is always some errors which we don't want to consider.
In the target version of the feature, we should have a deployment and a runtime application. The admin application then could react to the runtime errors and interact with the administrator.
In the current version, the nuxeoctl launcher should react to the runtime status and ask the tomcat for shutdown depending of the launcher option.
- cleanup strict mode in runtime
- extend the status servlet for reporting the runtime launching status (json based)
- extend the launcher for reacting to the runtime launching status