Reputation: 1389
I'm writing a simple web application that allows users to post advertisements on the website. They can also upload images - I save them outside the webapp directory. And here is my problem - what is the simplest way to display these images inside a JSP Page? The application is deployed on Tomcat.
I will be very grateful for any advice.
Upvotes: 1
Views: 5081