I'm new to deployment process. Kindly advice me.
I have created a WAR file in my development machine. Then in the server machine, I have installed Tomcat which is clean and new. Then I copied the WAR file and placed it under webapps. Then I started the server, it worked.
Later I made few changes in the code and created WAR file and deployed the same in webapps folder. But it is not taking the latest changes.
I did in the following way
1. Stopped tomcat instance by shutdown.bat
2. Placed the new WAR file in webapps.
3. Started the tomcat instance by startup.bat
Still no changes are reflecting? What could be the reason?