I have an index.html in Spring MVC Web App.

I run it first time.

Then I make changes.

I restart Server. I see my old index.html.

STS is set to Build Automatically.

I do both :

(i) Clean
(ii) Clean tc Server Work Directory

from the Server View.

I also check wtpwebapps/myProj../index.html

It has the correct version.

But I am not able to get it to recognize my changes unless I restart STS.

Regards