Tomcat does not update files [closed]

2

The problem is this, every time I change a file ( index for example), restart tomcat(v7) and press F5 in the browser, it stays the same, does not update anything, ie ends up getting in version previous ....

Does anyone know what it can be?

    
asked by anonymous 24.12.2015 / 06:34

1 answer

1

Naldson this problem can happen for several reasons, I'll give you some options to see if it solves your problem, come on.

1 ° see if your project is marked as Auto build, eclipse is in Project > BuildAutomatically. If it's not checked, this makes it a little easier.

2 ° When you modify something in your view, is there in the servers tab showing Synchronized? if it is showing republish right click and select the publish option, go to the browser and click F5, see if it worked.

3 ° Try pressing Ctrl + F5 to update, see if it worked.

If not sure, see if the terminal displays some error log.

    
08.01.2016 / 12:24