Hello,
Is there a simple way to reload the application contexts used by a Spring MVC based Web application without restarting the servlet engine? Something like a simple HTTP request to a special development-only servlet that reloads the entire application context hierarchy rooted at the application context found in the ServletContext.
As far as I can see this does not exist. Maybe it is a planned feature? Or are there any issues that prevent something like this from being implemented?
Erwin


Reply With Quote
