I\'m using eclipse and run my jsp/servlet using tomcat6 from eclipse. My servlet creates for me an image that i store in to a directory in my webapps. But when i try to acce
You need to move the images directory into the WebContent directory. That will make it work.
images
WebContent