File serving allows a Web application to serve static file types, such as HTML. File-serving attributes are used by the servlet that implements file-serving behavior.
This behavior is implemented by setting the fileservingenabled property to true when configuring the Web module.
Example attributes:
Related reference
Web applications: Resources for learning