Modifying groovy code at runtime in grails application
Posted
by parasjain01
on Stack Overflow
See other posts from Stack Overflow
or by parasjain01
Published on 2010-05-03T19:44:12Z
Indexed on
2010/05/03
19:48 UTC
Read the original article
Hit count: 191
When I run my grails application using embedded jetty server(tomcat for grails 1.2), I can make changes to my controllers, services and other java files on-the-fly at runtime without restarting the application. How can I achieve the same functionality on my application deployed on Tomcat(or any server) for that matter. I have observed the exploded war folder under webapps has gsp files but not the groovy files.
© Stack Overflow or respective owner