Rolling back a version

Hi,

If you have an existing version deployed and decide to deploy a new version of your application to the webserver the next a client runs webstart link they will download the update. Ok, now what if something is wrong with the new version and you you to rollback the out version. How would you do this with webstart ?

[332 byte] By [Buddy1a] at [2007-10-2 4:01:33]
# 1
Build the "old" version again with a new version number.
Peter-Lawreya at 2007-7-15 23:23:48 > top of Java-index,Desktop,Deploying...
# 2
for timestamp based basic protocol, just put the old jar back and "touch" it on the server.for version based protocol, just change the jnlp file back to refer to the previous version./Andy
dietz333a at 2007-7-15 23:23:48 > top of Java-index,Desktop,Deploying...