I am writing a Grails application to Restart the application server.
On clicking the link, I call a javascript function which would reload & redirect after 15 secs. And in the controller-action of the link I call a unix script in which I do tomcat shutdown & startup.
The js functions starts but is shutdown with the server. Is there anyway in which the user gets to see the reload/wait page while the restart is happeneing at the background. P