Eclipse configured tomcat doesn't delete server restart changes

253 Views Asked by At

I have a spring based maven web project on eclipse 3.6 and a locally configured tomcat 6 with it. When I make changes in any java source file or any configuration file it doesn't ask me to restart the server when I look at the tomcat instance.

Earlier for any server side changes it used to show a sign Restart at the tomcat server. Now I have to clean the project every time before a server restart to make the changes take effect.

So this[Started/Republish] is what it shows after making server side changes while this[Started/Restart] is how it should be. But [Started/Restart] doesn't happen automatically and I have to clean the project everytime for it.

Help needed.

Thanks.

EDIT: This is the tomcat configuration I have. I also have Build Automatically checked on the Project.

1

There are 1 best solutions below

1
On

Make enable class file of the file in which you make change for tomcat server. More explanation is required on question ,i guess.