Getting resources in VFrabric Server to deploy without causing container to reload

我的未来我决定 提交于 2019-12-08 12:35:41

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!