Jadeler wrote:
Is there a way to refresh the application properties
without redeploying or restarting a web app?  I havent
found a way to do this.

If you're using Tomcat, you can configure the context to be reloadable, which will cause Tomcat to re-deploy to webapp when anything on the classpath changes (including resource bundle property files). Other servlet containers probably have something similar.

L.

[1] http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to