Servlet for serving static content

前端 未结 14 1972
天命终不由人
天命终不由人 2020-11-22 06:02

I deploy a webapp on two different containers (Tomcat and Jetty), but their default servlets for serving the static content have a different way of handling the URL structur

14条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-22 06:25

    I've had good results with FileServlet, as it supports pretty much all of HTTP (etags, chunking, etc.).

提交回复
热议问题