Grails: Tomcat deployment without restarting the container.
- by Olexandr
Hi.
Official guide says:
Tomcat deployment is trivial and
requires copying the WAR file into the
TOMCAT_HOME/webapps folder and
restarting the container.
But this is really painful :-(
Does there any way to deploy app without restarting Tomcat ?