Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用eclipse并使用eclipse中的tomcat6运行我的jsp/servlet。我的 servlet 为我创建了一个图像,我将其存储到我的 webapps 的目录中。但是当我尝试从我的 JSP 访问此图像时,它返回我该资源不可用。
有什么问题?
Servlet 将图像存储在“myapp/images/saved.png”中
您需要将images目录移动到WebContent目录中。这将使它工作。
images
WebContent