Friday, April 11, 2008

Making jsp files reloadable


The secret of jsp reloading described by Graeme:

under (http://archive.grails.codehaus.org/user/3f2c19a70804110109h66324f79s8cabb490b7b7e5f7@mail.gmail.com)


Basically you can edit the generation template of web.xml with the settings to enable reloading of jsp files.




The template resides under GRAILS_HOME/conf/webdefault.xml under

Note that this will apply to all web.xml files generated for grails applications in your environment.

Also, will need to take care of modifying the webdefault.xml file when moving to a new release of grails !

No comments: