Unable to reload grails application at runtime, My current development environment:
Grails app version 2.4.3
JDK: 1.7.0_21
I have added following setting in my BuildConfig file
grails.servlet.version = "3.0"
grails.reload.enabled = true
Some links
After going through different stack overflow links such as,
Grails auto-reloading new controller actions
I Checked springloaded
jar file, tested app by replacing jar with snapshot jar from here.
Checked java version required by Grails 2.4.3
After checking some JIRA
issues, I upgraded my Java version to latest java 1.7
version and tested app.
What is affecting to reload app at runtime?
After lots many debugging and checking online resources I succeeded to reload my app
Solution: While running my grails app, I come across some java ioexception (user limit of inotify watches reached) which was restricting reloading of my grails app.