Management Console Web Application Extension
The Management Console Web Application Extension provides configuration for the hosted Management Console web application.
↓Parent Component
↓Properties
↓dsconfig Usage
Parent Component
The Management Console Web Application Extension component inherits from the Web Application Extension
Properties
The properties supported by this managed object are as follows:
Basic Properties
description
Description
| A description for this Web Application Extension
|
Default Value
| None
|
Allowed Values
| A string
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| None. Modification requires no further action
|
base-context-path
Description
| Specifies the base context path that should be used by HTTP clients to reference content. The value must start with a forward slash and must represent a valid HTTP context path.
|
Default Value
| None
|
Allowed Values
| The value must start with a forward slash and must represent a valid HTTP context path.
|
Multi-Valued
| No
|
Required
| Yes
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
war-file
Description
| Specifies the path to a standard web application archive (WAR) file.
|
Default Value
| None
|
Allowed Values
| A filesystem path
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
document-root-directory
Description
| Specifies the path to the directory on the local filesystem containing the files to be served by this Web Application Extension. The path must exist, and it must be a directory.
|
Default Value
| None
|
Allowed Values
| A filesystem path
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
deployment-descriptor-file
Description
| Specifies the path to the deployment descriptor file when used with document-root-directory.
|
Default Value
| Located under the document-root-directory at WEB-INF/web.xml.
|
Allowed Values
| A filesystem path
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
temporary-directory
Description
| Specifies the path to the directory that may be used to store temporary files such as extracted WAR files and compiled JSP files.
|
Default Value
| A temporary directory will be chosen by the server based on environment settings.
|
Allowed Values
| A filesystem path
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
init-parameter
Description
| Specifies an initialization parameter to pass into the web application during startup.
|
Default Value
| None
|
Allowed Values
| A 'key=value' pair to specify as an init-parameter.
|
Multi-Valued
| Yes
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
ldap-server
Description
| The LDAP URL used to connect to the managed server.
|
Default Value
| The application cannot communicate with the managed server.
|
Allowed Values
| A string
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
trust-store-file
Description
| Specifies the path to the truststore file, which is used by this application to establish trust of managed servers.
|
Default Value
| None
|
Allowed Values
| A filesystem path
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
log-file
Description
| The path to the log file for the web application.
|
Default Value
| No logging is performed.
|
Allowed Values
| A filesystem path
|
Multi-Valued
| No
|
Required
| No
|
Admin Action Required
| For this modification to take effect, you must either restart the server or else disable and then re-enable any HTTP Connection Handler referencing this component.
|
dsconfig Usage
To list the configured Web Application Extensions:
dsconfig list-web-application-extensions
[--property {propertyName}] ...
To view the configuration for an existing Web Application Extension:
dsconfig get-web-application-extension-prop
--extension-name {name}
[--tab-delimited]
[--script-friendly]
[--property {propertyName}] ...
To update the configuration for an existing Web Application Extension:
dsconfig set-web-application-extension-prop
--extension-name {name}
(--set|--add|--remove) {propertyName}:{propertyValue}
[(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new Management Console Web Application Extension:
dsconfig create-web-application-extension
--extension-name {name}
--type management-console
--set base-context-path:{propertyValue}
[--set {propertyName}:{propertyValue}] ...
To delete an existing Web Application Extension:
dsconfig delete-web-application-extension
--extension-name {name}