web.xml not reloading in tomcat even after stop/start
- by ajay
This is in relation to:-
http://stackoverflow.com/questions/2576514/basic-tomcat-servlet-error
I changed my web.xml file, did ant compile , all, /etc/init.d/tomcat stop , start
Even then my web.xml file in tomcat deployment is still unchanged.
This is build.properties file:-
app.name=hello
catalina.home=/usr/local/tomcat
…