canmogol / NDIServer

one servlet application with reloadable groovy actions
Apache License 2.0
1 stars 0 forks source link

configurations of an application should be reloadable #6

Closed canmogol closed 9 years ago

canmogol commented 9 years ago

Currently an application reads all the properties at the instantiation of the application, only once, there may be an option to reload the properties whenever needed and also for every request (development purposes ofcourse)

canmogol commented 9 years ago

this can be achieved by setting the .reloadForEveryRequest=true for that application at applications.properties file