users@glassfish.java.net

Re: Dynamic Reload not working

From: <glassfish_at_javadesktop.org>
Date: Tue, 16 Jun 2009 17:54:42 PDT

Right. The dynamic reload feature is not supported on EE.

I don't know how it's usually handled from application side of view, maybe other people can chime in. But depending on the type of config changes, you can often disable and then enable the application to make the new config changes reloaded. For example, if you use admin cli commands, you can do
asadmin disable --target <target name> <app name>
and then
asadmin enable --target <target name> <app name>

to reload the application.
[Message sent by forum member 'hzhang_jn' (hzhang_jn)]

http://forums.java.net/jive/thread.jspa?messageID=351534