I\'m new to Tomcat. We have a dev machine with about 5 apps running. Even though it\'s dev, it\'s used by our clients pretty heavily during testing.
Tomcat
S
In conf directory of apache tomcat you can find context.xml file. In that edit tag as <Context reloadable="true">. this should solve the issue and you need not restart the server