I never consider it good practice to "patch" a deployed web
application. Do you really need to deploy only the files that have
changed? You should an automated build process that you can run again
and get a new .war file with the updated patch included. Then you
deploy that file and you're done.



On Mon, Aug 3, 2009 at 2:02 AM, srihari<udug...@gmail.com> wrote:
>
> Hi,
>
> Well, I am curious in deploying a GWT based application.
>
> I went through couple of deployment posts and little bit of searching
> in internet, I do understand there are several ways in deploying a GWT
> application. The simplest could be generating the .war file and
> uploading it to webapp directory of the application server (Ex:
> tomcat)
>
> What I am not able to understand or rather figure out, how do I deploy
> a fix or a patch. It could be server side or client side. I couldn't
> get any information on this.
>
> The scenario is this. I deployed my current stable version of the
> application. Then I fixed few bugs here and there and now I need to
> deploy only those which are undergone a change.
>
> Any suggestions on the above
>
> Thank You
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to