glassfish v3:将静态资源文件打包在 war 文件中,是个好主意吗?
这种方法的问题在于,对任何静态资源的每个请求都必须经过 servlet 容器。从性能的角度来看,这是一个好主意吗?您建议如何从 glassfish v3 服务器提供静态资源?谢谢!
The issue with that approach is that every request to any static resource will have to go through the servlet container. From performance point of view, is it a good idea? How would you recommend to server static resources from a glassfish v3 server? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题比我能更好地涵盖这个问题: 为什么在 Glassfish 或 Tomcat 之前使用 Apache Web Server?
This question covers the issue better than I am able to: Why use Apache Web Server in front of Glassfish or Tomcat?