Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am running Tomcat and have web.xml configured to reload classes as they are touched. Unfortunately, changes to the struts xml file are not forcing the app to reload! If I touch a jsp of java file, this forces Tomcat to reload my “struts changes.” This is silly and I would like to get your feedback on how to reload the app when changes are made to the struts-config.xml. I have experimented with the redelpoy feature, but that requires more clicking/typing than touching a java file.
Unfortunately, changes to the struts xml file are not forcing the app to reload!
No, Tomcat doesn’t automatically force a context reload when a struts config file is changed. However, if you touch web.xml, you’ll see you get the reload behavior you’d like.