[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: is redeployment necessary if u edit any properties file
PeterJ
do-not-reply at jboss.com
Fri Jul 11 12:10:06 EDT 2008
If these are your properties files, then your code should be responsible for rescanning them. You could do this by creating a service to manage the properties files. The logging service already does something like this - it rescans the jboss-log4j.xml file every few seconds; you can use that as a template for your service.
There is also the system properties service provided by the properties-service.xml file. But that doesn't have a timer to rescan the properties files.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163911#4163911
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163911
More information about the jboss-user
mailing list