I have created java web application and deployed on tomcat server. When project is running I am coping images from outer source to my web project folder.
The issue I am facing here is each time I need to refresh my project structure manually when coping is done to see those images in my project deployeed on tomcat server.
Is there any alternative way than manually to see those changes automatically as soon as image coping is done.