Does anyone know if it is possible to restart the J2EE application (from the application)? If so, how?
I would like this to be possible with the app-server-agnostic agnostic, if possible.
The application will run on different application servers - basically, regardless of what the client prefers.
If this cannot be done in the app-server-agnostic agnostic, then probably this is really not worth doing for my purposes. I can always just show a message informing the user about the need to restart the application manually.
source
share