Java EE Web Profile 8.0
This feature combines the Liberty features that support the Java EE 8.0 Web Profile.
Enable this feature
To enable the Java EE Web Profile 8.0 feature, add the following element declaration into server.xml, inside the featureManager element:
<feature>webProfile-8.0</feature>
Feature configuration elements
Features that this feature enables
- appSecurity-3.0
- beanValidation-2.0
- cdi-2.0
- ejbLite-3.2
- el-3.0
- jaspic-1.1
- jaxrs-2.1
- jdbc-4.2
- jdbc-4.3
- jndi-1.0
- jpa-2.2
- jsf-2.3
- jsonb-1.0
- jsonp-1.1
- jsp-2.3
- managedBeans-1.0
- servlet-4.0
- websocket-1.1
Supported Java versions
- JavaSE-1.8
- JavaSE-11.0
- JavaSE-17.0
- JavaSE-21.0
- JavaSE-24.0
Features that enable this feature
Develop a feature that depends on this feature
If we are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.
com.ibm.websphere.appserver.webProfile-8.0; type="osgi.subsystem.feature"