I would like to update a css (version 1.0) in a web application (running on Apache, and Tomcat). From within the application, I'd like the user to be able to:
- Download a newer version of the css (version 1.1) from a remote place (remote web server),
- Replace the version of the css (version 1.0 with version 1.1) on the web app, and
- Preferably be able to use the new css without a restart of the web application.
Same thing with the images, and htmls too, if possible.
Thanks a bunch!