Skip to content

Commit

Permalink
6827-clarify difference installFeature-installServerFeatures-3
Browse files Browse the repository at this point in the history
clarify difference installFeature-installServerFeatures-3

#6827
  • Loading branch information
ramkumar-k-9286 committed Sep 12, 2023
1 parent 49253cd commit 15a364d
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 15a364d

Please sign in to comment.