Skip to content

Commit

Permalink
Merge branch 'remote-console-helper' into 'main'
Browse files Browse the repository at this point in the history
adding new RemoteConsoleHelperEnabled option for 14.1.2

See merge request weblogic-cloud/weblogic-deploy-tooling!1480
  • Loading branch information
robertpatrick committed Jul 5, 2023
2 parents b5d7258 + 9072536 commit 7bb16fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"PartitionUriSpace": [ {"version": "[12.2.1.1,14)", "wlst_mode": "both", "wlst_name": "PartitionUriSpace", "wlst_path": "WP001", "default_value": "/partitions", "wlst_type": "string" } ,
{"version": "[14,)", "wlst_mode": "online", "wlst_name": "PartitionUriSpace", "wlst_path": "WP001", "default_value": "/partitions", "wlst_type": "string" } ],
"ProductionModeEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ProductionModeEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
"RemoteConsoleHelperEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "RemoteConsoleHelperEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
"RootDirectory": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RootDirectory", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "IGNORED", "uses_path_tokens": "true"} ],
"ServerMigrationHistorySize": [ {"version": "[12.1.2,12.2.1.1)", "wlst_mode": "both", "wlst_name": "ServerMigrationHistorySize", "wlst_path": "WP001", "default_value": "-1", "wlst_type": "integer", "restart_required": "true" },
{"version": "[12.2.1.1,12.2.1.3)","wlst_mode": "both", "wlst_name": "ServerMigrationHistorySize", "wlst_path": "WP001", "default_value": "-1", "wlst_type": "integer" } ,
Expand Down

0 comments on commit 7bb16fb

Please sign in to comment.