users@glassfish.java.net

Re: SessionListener not firing

From: <glassfish_at_javadesktop.org>
Date: Mon, 23 Jun 2008 10:55:34 PDT

Glad to note that you found the source of the problem. One note though.

GlassFish v2 supports Dynamic Reloading.

a. copy changes to class files and/or deployment descriptor to the deployment directory, which is:
- domain-dir/applications/j2ee-modules/module-name/.reload ( for Java EE applications )
- domain-dir/applications/j2ee-modules/module-name (for modules)

b. create a .reload file e.g.
    - domain-dir/applications/j2ee-apps/app-name/.reload
    - or domain-dir/applications/j2ee-modules/module-name/.reload
    and update the timestamp on the reload file every time you make changes.

Does the above work ?
[Message sent by forum member 'sekhar' (sekhar)]

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