Like JF has already said, touching ".reload" is the
way to go. Though this is a 2-step process (which can
easily collapsed into one step), it is needed because
that's how app server knows that you are done with
touching file(s) (could be multiple) and infers
that that is the time to reload the web application.
Makes sense?
Kedar
Jongjin Choi wrote:
> 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?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>