After a change in a JSP web application’s web.xml file to enable filters in the displaytag taglib, I needed to reload the web.xml file to make the changes live. There are a couple of ways to go about this: Restart tomcat or reload the web application or remove then reinstall the web application using the tomcat web manager. I chose to restart tomcat since for my setup I don’t have access to the web manager but have easy access to the stop and start .sh scripts. Either way works fine though.




