Hi everyone. I'm using Tomcat 7.0.8
I have created servlet, which loads image to "webcontent\pic" folder of my project. Then I need to display this image.
The servlet works, but with only restriction: i need manually refresh content of project, or directory (I'm using Eclipse). Otherwise ugly cross will be shown instead of my image.
My question is: how can i force update project (or only one directory) in my servlet?