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.
我在/home/jetty/webapps/Jetty 服务器的文件夹中放置了一个 Java Web 应用程序。
/home/jetty/webapps/
我希望能够从完全位于 jetty web 根目录之外的song.mp3, img.jpg, etc文件夹中为我的 web 应用程序提供静态文件。/media/resources/
song.mp3, img.jpg, etc
/media/resources/
我可以访问位于 jetty 根目录之外的资源吗?如果是这样,我该如何做到这一点?
提前感谢您的帮助!
很简单,这是一个示例,可让您在一个 url 下提供聚合在一起的多个目录
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/SplitFileServer.java? h=jetty-9
那里还有其他文件服务器嵌入式示例
是的,你可以使用 apache httpd 服务器设置 htdoc 使用 /media/resources/