Load image in jsp from different URL but same domain?
问题 I am trying to load an image into my jsp located in the ' files ' folder on the class path. The URL of the .jsp in which I try to load images is http://www.my-webapp.com/authenticated/dashboard. The problem is that jsp is searching for the ' files ' folder inside the ' authenticated ' folder instead of class path. This is the URL I get when I use the 'Inspect Element' of Google Chrome: How can I tell my jsp to search for ' files folder on classpath but not in ' authenticated ' folder? My