Skip to content

Commit 211cb76

Browse files
authored
Merge pull request #111 from oracle/issue#110-updates-to-server-mbeans-logged-as-additions
Issue#110 - Revise server aliases to correctly match paths
2 parents c836d95 + 658b4f4 commit 211cb76

File tree

1 file changed

+9
-7
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+9
-7
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Server.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"wlst_attributes_path": "WP001",
4545
"wlst_paths": {
46-
"WP001": "/Server${:s}/%SERVER%/COM/${NO_NAME_0:%SERVER%}"
46+
"WP001": "/Server${:s}/%SERVER%/COM/%SERVER%"
4747
}
4848
},
4949
"ConfigurationProperty" : {
@@ -259,7 +259,7 @@
259259
},
260260
"wlst_attributes_path": "WP001",
261261
"wlst_paths": {
262-
"WP001": "/Server${:s}/%SERVER%/Log/${NO_NAME_0:%SERVER%}"
262+
"WP001": "/Server${:s}/%SERVER%/Log/%SERVER%"
263263
}
264264
},
265265
"NetworkAccessPoint": {
@@ -913,7 +913,7 @@
913913
},
914914
"wlst_attributes_path": "WP001",
915915
"wlst_paths": {
916-
"WP001": "/Server${:s}/%SERVER%/ServerStart/${NO_NAME_0:%SERVER%}"
916+
"WP001": "/Server${:s}/%SERVER%/ServerStart/%SERVER%"
917917
}
918918
},
919919
"SingleSignOnServices" : {
@@ -1020,7 +1020,7 @@
10201020
},
10211021
"wlst_attributes_path": "WP001",
10221022
"wlst_paths": {
1023-
"WP001": "/Server${:s}/%SERVER%/SSL/${NO_NAME_0:%SERVER%}"
1023+
"WP001": "/Server${:s}/%SERVER%/SSL/%SERVER%"
10241024
}
10251025
},
10261026
"TransactionLogJDBCStore": {
@@ -1071,6 +1071,8 @@
10711071
"folders": {
10721072
"WebServerLog": {
10731073
"wlst_type": "WebServerLog",
1074+
"child_folders_type": "single_unpredictable",
1075+
"default_name_value": "%SERVER%",
10741076
"folders": {},
10751077
"attributes": {
10761078
"BufferSizeKb": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "BufferSizeKb", "wlst_path": "WP001", "value": {"default": 8 }, "wlst_type": "integer", "get_method": "LSA"} ],
@@ -1094,7 +1096,7 @@
10941096
},
10951097
"wlst_attributes_path": "WP001",
10961098
"wlst_paths": {
1097-
"WP001": "/Server${:s}/%SERVER%/WebServer/${NO_NAME_0:%SERVER%}/WebServerLog/${NO_NAME_0:%SERVER%}"
1099+
"WP001": "/Server${:s}/%SERVER%/WebServer/%SERVER%/WebServerLog/%WEBSERVERLOG%"
10981100
}
10991101
}
11001102
},
@@ -1133,8 +1135,8 @@
11331135
},
11341136
"wlst_attributes_path": "WP001",
11351137
"wlst_paths": {
1136-
"WP001": "/Server${:s}/%SERVER%/WebServer/${NO_NAME_0:%SERVER%}",
1137-
"WP002": "/Server${:s}/%SERVER%/WebServer/${NO_NAME_0:%SERVER%}/Targets"
1138+
"WP001": "/Server${:s}/%SERVER%/WebServer/%SERVER%",
1139+
"WP002": "/Server${:s}/%SERVER%/WebServer/%SERVER%/Targets"
11381140
}
11391141
},
11401142
"WebService": {

0 commit comments

Comments
 (0)