Once you have your own .properties file you can ask ConfigEngine to use that .properties file using these two command line parameters
- parentProperties: Value of this command line parameter should be a path to the .properties file that should be used as parent of wkplc.properties file. If same property is present in both parentProperties file and wkplc.properties then the value in parentProperties take precedence
- SaveParentProperties: If you set SaveParentProperties to true then ConfigEngine will take the values from the parentProperties and set them in wkplc.properties file if the configuration task is completed successfully.
ConfigEngine.bat -DparentProperties=/helper_file_directory/helper.properties -DSaveParentProperties=true
No comments:
Post a Comment