问题
I want resources *.css, *.jsp etc. to deploy to the application when they are saved, however, not cause the entire server to reload (which is what is happening at the moment).
I have checked the "Enable JMX-based reloading" box which looked like it was what I wanted but it has appeared to do nothing (container is still reloading when a resource is saved).
How can I achieve this? I am using STS as below.
Spring Tool Suite
Version: 3.2.0.RELEASE Build Id: 201303060821

回答1:
If you map the application root to a context instead of the root '/' it works!
来源:https://stackoverflow.com/questions/17140392/getting-resources-in-vfrabric-server-to-deploy-without-causing-container-to-relo