users@glassfish.java.net

RE: How I can restart a single web application in glassfish?

From: <w.rittmeyer_at_jsptutorial.org>
Date: Wed, 06 Feb 2008 18:09:43 +0100

Hi,

you can disable and enable each app on its own. Using asadmin:

asadmin disable appname
asadmin enable appname

Or you could use the web-based admin console where you can also enable and disable apps as you wish.


Regards,

Wolfram Rittmeyer



> Hi
> Thank you for reading my post.
> Is there any way to restart a web application which is deployed inside the glassfish 2 ?
> I mean stop the application and start it again, in a way that all initilization servelet load again.
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net