Administer web applications on the Liberty profile
The Liberty profile provides support to the web applications using Liberty features such as servlet-3.0, jsp-2.2, and other features.
Subtopics
- Specify when servlets are loaded and initialized
By default, the Liberty profile defers servlet loading until a request is received for the associated web application. We can override this default behavior by specifying the web container deferServletLoad attribute to false.
Configure the Liberty profile for Servlet 3.1
We can configure the Liberty profile for the Servlet 3.1 feature, which provides full support for the Servlet 3.1 specification.
Servlet 3.1 behavior changes
The Servlet 3.1 implementation contains behavior changes that might cause an application that was written for Servlet 3.0 to behave differently or fail when we use the Servlet 3.1 feature.
New functions for the Servlet 3.1 feature
The Servlet 3.1 feature provides full support for the Servlet 3.1 specification.
Parent topic: Administer the Liberty profile manually