Hi, is there a way to use Grails in "exploded" mode on tomcat in order to make individual changes in a running application (like a gif) without having to regenerate the entire war and upload it ?
Something like adding an xml file in tomcat's conf/Catalina/localhost that points to an exploded grails application ?
Thanks in advance.