Admin Center
The adminCenter-1.0 feature enables the Liberty Admin Center, a web-based graphical interface for deploying, monitoring and managing Liberty servers in standalone and collective environments.
Enabling this feature
To enable the Admin Center feature, add the following element declaration inside the featureManager element in your
server.xml file:
<feature>adminCenter-1.0</feature>
Developing a feature that depends on this feature
If you are developing a feature that depends on the Admin Center feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:
com.ibm.websphere.appserver.adminCenter-1.0; type="osgi.subsystem.feature"
Features that this feature enables
- distributedMap-1.0 - Distributed Map interface for Dynamic Caching
- json-1.0 - JavaScript Object Notation for Java
- jsp-2.2 - JavaServer Pages 2.2
- jsp-2.3 - JavaServer Pages 2.3
- restConnector-1.0 - JMX REST Connector 1.0
- restConnector-2.0 - JMX REST Connector 2.0
- servlet-3.0 - Java Servlets 3.0
- servlet-3.1 - Java Servlets 3.1
- ssl-1.0 - Secure Socket Layer
Feature configuration elements
You can use the following elements in your server.xml file to configure the Admin Center feature:
- administrator-role
- authCache
- authentication
- authorization-roles
- basicRegistry
- channelfw
- classloading
- httpAccessLogging
- httpDispatcher
- httpEncoding
- httpEndpoint
- httpOptions
- httpProxyRedirect
- jaasLoginContextEntry
- jaasLoginModule
- library
- ltpa
- mimeTypes
- quickStartSecurity
- tcpOptions
- trustAssociation
- virtualHost