Web Start and Web Application
I have a scenario as given below.
I have a Central Server hosting a web application(JSPs, jars) in Jetty 6.0.0. I have many branch servers having Jetty 6.0.0 installed and the web application deployed.
Now, I want to update the web application on all my branch servers whenever a modification is done on the Central server.
Can Web Start help me in such a scenario?
So far I understood that Web Start can be used to deployed / update only Client Applications.

