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.