Rajeev Kumar wrote:
> Hi
> I want to redeploy my web application.For it On Tomacat I just have to
> reload the application.But in GLASSFISH i have to again go to the
> directory and select it.Is there any way like tomcat to reload my
> application after making some changes in it.
When GlassFish v3 prelude came out I wrote a brief blog about the
various deployment features [1]. And have you looked in the
documentation [2] because it contains a much more complete discussion of
how you can deploy applications. Do any of these techniques help you do
what you want?
[1]
http://blogs.sun.com/quinn/entry/deployment_in_glassfish_v3_prelude
[2]
http://docs.sun.com/app/docs/doc/820-4502/
- Tim