Install and update

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Install and update

Marc.Benimeli

Hi,

To deploy our web application in Tomcat we build a .war just like OPS installation.

But what is the best way to update a web application ?

Marc

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Install and update

Erik Bruchez
Administrator
Marc,

It depends what update scenario you are using, but for our web site and
examples, for example, we put the entire exploded WAR file under CVS or
Subversion.

Developers commit their changes to the repository as they make updates.
There is also a checked out version of the exploded WAR located where
the servlet container expects to find it. When you want to update the
WAR to a certain version or tag, you just do a "cvs update" or "svn
update". This also allows you to go back in time if needed.

-Erik

[hidden email] wrote:
> Hi,
>
> To deploy our web application in Tomcat we build a .war just like OPS
> installation.
>
> But what is the best way to update a web application ?
>
> Marc





--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws