include « Folder « JSP-Servlet Q&A





1. how can dispaly the pics that are not included in the program folder.    coderanch.com

Move the image . Actually, you'll either have to write the image into the response's output stream (response.getOutputStream()) via some server side code or expose it to the web and just path to it. If you go with the response stream route, your code is going to have to know about the path to logo.gif via a property specified at runtime ...