I have a .war file in Tomcat server. The .war file contains a file that I would like to override. The webapp will load up the file from the classpath.
How can I modify the classpath so that the server will load an another file from the local disk instead? Basically I should add to start the classpath the directory where my replacement file resides. How can I do that?