How to refresh static resources in Java Web Application?
问题 I am developing an application that stores data dynamically and displays it as it is generated or uploaded. But the problem is when I am uploading any image then it should be displayed. It's path is also defined perfectly but until I refresh the whole application in eclipse it remains unchanged. So to update application, I have to refresh it. My application is Java based and is useing JSP and Servlet. Is there any code that can be used to update or refresh the application? Right now I am