Java Servlets6.05.04.03.1
Java Servlets
6.0
5.0
4.0
3.1
This feature enables support for HTTP Servlets written to the Java Servlet 4.0 specification. You can package servlets in Java EE specified WAR or EAR files. If servlet security is required, you should also configure an appSecurity feature. Without a security feature, any security constraints for the application are ignored.
Enabling this feature
To enable the Java Servlets 4.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>servlet-4.0</feature>
Standard API packages provided by this feature
javax.servlet
javax.servlet.annotation
javax.servlet.descriptor
javax.servlet.http
javax.servlet.resources