image « J2EE « JSP-Servlet Q&A





2. mail send with image problem    coderanch.com

3. Uploading jpeg images to webserver    coderanch.com

4. help in retrieving images from email    coderanch.com

6. How to display images on local disk(outside of WebContent of WAR) in jsp?    coderanch.com

In a web application, I want to display images on local disk(outside of WebContent of WAR) in jsp. I couldn't put it in "WebContent/images/" because the images are portraits of users and they could be changed dynamically. If I put images in "WebContent/images/", I have to transfer the images back and forth every time when I update my WAR file. Obviously, ...