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

StackOverflow https://stackoverflow.com/questions/17140392

  •  31-05-2022
  •  | 
  •  

Pergunta

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

enter image description here

Foi útil?

Solução

If you map the application root to a context instead of the root '/' it works!

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top