Am beginner on Java ee and I try to display images on jsp file by applying a lot of solution but with any result. and I dont know if i need to configure the XML file to make images displaying.
            Asked
            
        
        
            Active
            
        
            Viewed 14 times
        
    0
            
            
        - 
                    This question can only be answered if you tell where exactly the images are located in the application. – BalusC Nov 20 '15 at 11:32
- 
                    Resources under WEB-INF are not publicly accessible. You need to move them up under the web app root. Otherwise they can only be served using a Servlet as a proxy. http://stackoverflow.com/a/19786283/1356423 – Alan Hay Nov 20 '15 at 13:40
 
    