users@glassfish.java.net

Webapp reload question?

From: Jongjin Choi <jongjin.choe_at_gmail.com>
Date: Thu, 6 Jul 2006 22:05:12 +0900

Hello.

Can I reload an web app by modifying class file under /WEB-INF/classes
directory?
It seems that AS9PE build 48 (bundled with NB 5.5 beta Ent pack) does
not support this.

I found that touching ".reload" file under application directory makes
the web app reload, but this required two step (copying class file and
touching .reload file).

Is there any way to reload an web app in one step?