You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[OpenJ9 Shared Class Cache (SCC)](#openj9-shared-class-cache-scc)
9
9
-[Logging](#logging)
@@ -65,11 +65,11 @@ remoteRepo.user=operator
65
65
remoteRepo.password={aes}KM8dhwcv892Ss1sawu9R+
66
66
```
67
67
68
-
Refer to [Repository and proxy modifications](https://openliberty.io/docs/ref/command/featureUtility-commands.html) for more information.
68
+
Refer to [Repository and proxy modifications](https://openliberty.io/docs/ref/command/featureUtility-modifications.html) for more information.
69
69
70
-
## Build Variables
70
+
## Optional Enterprise Functionality
71
71
72
-
This section describes the optional build variables that can be enabled via the Dockerfile during the `build` time, by setting particular build-argument (`ARG`) or environment variable (`ENV`) and calling `RUN configure.sh`. Each of these variables trigger the inclusion of specific configuration via XML snippets (except for `VERBOSE` and `SKIP_FEATURE_INSTALL`), described below:
72
+
This section describes the optional enterprise functionality that can be enabled via the Dockerfile during `build` time, by setting particular argument (`ARG`) or environment variable (`ENV`) and calling `RUN configure.sh`. Each of these options trigger the inclusion of specific configuration via XML snippets (except for `VERBOSE` and `SKIP_FEATURE_INSTALL`), described below:
73
73
74
74
*`HZ_SESSION_CACHE`
75
75
* Description: Enable the persistence of HTTP sessions using JCache by adding the `sessionCache-1.0` feature.
@@ -83,9 +83,9 @@ This section describes the optional build variables that can be enabled via the
83
83
* Description: When set to `true` it outputs the commands and results to stdout from `configure.sh`. Otherwise, default setting is `false` and `configure.sh` is silenced.
84
84
85
85
86
-
### Deprecated Build Variables
86
+
### Deprecated Enterprise Functionality
87
87
88
-
The following container image build variables are now **deprecated** and will be **removed** in a future release. You should **stop** using them:
88
+
The following enterprise functionalities are now **deprecated** and will be **removed** in a future release. You should **stop** using them:
89
89
90
90
*`HTTP_ENDPOINT`
91
91
* Description: Add configuration properties for an HTTP endpoint.
0 commit comments