Hello, I have configured my developpment tomcat to automatically check for ressoures changes in the webapp folder, making it easier to update JSPs. The webapp is slow to load because of a few servelt i need along with those jsps. during development, i sometimes need to update the resource bundles for i18n. Those are located in WEB-INF/classes/<path>/<bundle>_<language>.properties As they are in WEB-INF/classes, tomcat things classes have changed and it need to reload the webapp, which take a bunch of time, each time i update an i18n.
Is there a way to tell tomcat to not reload webapp on changes to WEB-INF/classes/**.properties ? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]