You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Delbecq <de...@oma.be> on 2006/04/05 09:50:13 UTC

restricting webapp reloading on ressources changes

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org