A client (web browser) makes a HTTP request for artifacts like js, css, etc. When Apache Tomcat is serving the requested resource, is the particular artifact locked? What will happen if I try to overwrite that particular artifact in the background?
Background: We are trying to automate the deployment of artifacts without shutting down the tomcat server.