Skip to content

Commit

Permalink
Merge pull request #6868 from OpenLiberty/6827-difference-installFeat…
Browse files Browse the repository at this point in the history
…ure-installServerFeatures

6827-clarify difference installFeature-installServerFeatures-3
  • Loading branch information
ramkumar-k-9286 authored Sep 12, 2023
2 parents ff52f78 + 15a364d commit d0c84e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can use the `featureUtility installFeature` command to install features into

You can modify the behavior of the `featureUtility installFeature` command by declaring environment variables in the shell environment or by specifying properties in the `featureUtility.properties` file that's located in the `{wlp.install.dir}/etc/` directory. For example, you can define a local Maven repository to override Maven central when you install a feature. For more information, see xref:command/featureUtility-modifications.adoc[Modifications for featureUtility commands].

The `featureUtility installFeature` command installs one or more Open Liberty features that you list on the command line. However, to automatically install all the features that specified in your server configuration, use the xref:command/featureUtility-installServerFeatures.adoc[featureUtility installServerFeatures] command instead. The `featureUtility installServerFeatures` command is the recommended tool to install a specific set of features for your server in most cases.
The `featureUtility installFeature` command installs one or more Open Liberty features that you list on the command line. However, to automatically install all the features that are specified in your server configuration, use the xref:command/featureUtility-installServerFeatures.adoc[featureUtility installServerFeatures] command instead. The `featureUtility installServerFeatures` command is the recommended tool to install a specific set of features for your server in most cases.

== Usage examples

Expand Down

0 comments on commit d0c84e0

Please sign in to comment.