Skip to content

Commit 1e29db9

Browse files
Update README.md
1 parent 8db5333 commit 1e29db9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,9 @@ An optional feature for the Discover Domain is the Variable Injector tool. The v
851851

852852
To enable the Variable Injector during the Discover Domain, you must place a json file named model_variable_injector.json into the WLSDEPLOY/lib directory. This file must be manually created and contain one of the pre-defined keywords and/or a CUSTOM designated file.
853853

854-
A variable name substitution is only performed once for an attribute during the variable injector run. The first substitution is not replaced by any subsequent matches.
854+
A variable name substitution is only performed once for an attribute during the variable injector run. The first substitution is not replaced by any subsequent matches.
855+
856+
The Discover Domain tool calls the variable injector after the model has been discovered and any filters processed. The subsequent model and variable file are then validated with the validator tool.
855857

856858
The supported keywords are as follows:
857859

@@ -874,9 +876,7 @@ The supported keywords are as follows:
874876
- URL
875877
All MBean URL attribute values in the model are injected with a variable property string and the string and value placed in the variable property file
876878

877-
These special keywords are defined in a keyword file that is installed into the WLSDEPLOY/lib directory. Each keyword is associated with an injector json file.
878-
Each injector json file is installed into the WLSDEPLOY/lib/injectors directory. An injector file contains the directives for the Variable Injector tool to
879-
inject variable names into specified model attributes.
879+
These special keywords are defined in a keyword file that is installed into the WLSDEPLOY/lib directory. Each keyword is associated with an injector json file. Each injector json file is installed into the WLSDEPLOY/lib/injectors directory. An injector file contains the directives for the Variable Injector tool to inject variable names into specified model attributes.
880880

881881
Here is an example of a model_variable_injector.json file using the PORT keyword.
882882

0 commit comments

Comments
 (0)