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?

The problem has been solved by uploading picture not into the project, but into the corresponding to the project directory in tomcat's deeps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.