You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The following parameters can be provided in the inputs file.
115
115
|`initialManagedServerReplicas`| Number of Managed Servers to initially start for the domain. |`2`|
116
116
|`javaOptions`| Java options for starting the Administration and Managed Servers. A Java option can have references to one or more of the following pre-defined variables to obtain WebLogic domain information: `$(DOMAIN_NAME)`, `$(DOMAIN_HOME)`, `$(ADMIN_NAME)`, `$(ADMIN_PORT)`, and `$(SERVER_NAME)`. |`-Dweblogic.StdoutDebugEnabled=false`|
117
117
|`logHomeOnPV`| Specifies whether the log home is stored on the persistent volume. If set to true, then you must specify the `logHome`, `persistentVolumeClaimName` and `domainPVMountPath` parameters.|`false`|
118
-
|`logHome`| The in-pod name of the directory in which to store the domain, Node Manager, server logs, and server .out files. If not specified, the value is derived from the `domainUID` as `/shared/logs/<domainUID>`. This parameter is required if `logHomeOnPV` is true. Otherwise, it is ignored. |`/shared/logs/domain1`|
118
+
|`logHome`| The in-pod location for domain log, server logs, server out, and node manager log files. If not specified, the value is derived from the `domainUID` as `/shared/logs/<domainUID>`. This parameter is required if `logHomeOnPV` is true. Otherwise, it is ignored. |`/shared/logs/domain1`|
119
119
|`managedServerNameBase`| Base string used to generate Managed Server names. |`managed-server`|
120
120
|`managedServerPort`| Port number for each Managed Server. |`8001`|
121
121
|`namespace`| Kubernetes namespace in which to create the domain. |`default`|
@@ -175,8 +175,7 @@ spec:
175
175
includeServerOutInPodLog: true
176
176
# Whether to enable log home
177
177
# logHomeEnabled: false
178
-
# The in-pod name of the directory in which to store the domain, node manager, server logs, and server .out
179
-
# files.
178
+
# The in-pod location for domain log, server logs, server out, and node manager log files
180
179
# If not specified or empty, domain log file, server logs, server out, and node manager log files
181
180
# will be stored in the default logHome location of /shared/logs/<domainUID>/.
Copy file name to clipboardExpand all lines: kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The following parameters can be provided in the inputs file.
88
88
|`includeServerOutInPodLog`| Boolean indicating whether to include server .out to the pod's stdout. |`true`|
89
89
|`initialManagedServerReplicas`| Number of Managed Servers to initially start for the domain. |`2`|
90
90
|`javaOptions`| Java options for starting the Administration and Managed Servers. A Java option can have references to one or more of the following pre-defined variables to obtain WebLogic domain information: `$(DOMAIN_NAME)`, `$(DOMAIN_HOME)`, `$(ADMIN_NAME)`, `$(ADMIN_PORT)`, and `$(SERVER_NAME)`. |`-Dweblogic.StdoutDebugEnabled=false`|
91
-
|`logHome`| The in-pod name of the directory in which to store the domain, node manager, server logs, and server .out files. If not specified, the value is derived from the `domainUID` as `/shared/logs/<domainUID>`. |`/shared/logs/domain1`|
91
+
|`logHome`| The in-pod location for domain log, server logs, server out, and node manager log files. If not specified, the value is derived from the `domainUID` as `/shared/logs/<domainUID>`. |`/shared/logs/domain1`|
92
92
|`managedServerNameBase`| Base string used to generate Managed Server names. |`managed-server`|
93
93
|`managedServerPort`| Port number for each Managed Server. |`8001`|
94
94
|`namespace`| Kubernetes namespace in which to create the domain. |`default`|
@@ -148,8 +148,7 @@ spec:
148
148
includeServerOutInPodLog: true
149
149
# Whether to enable log home
150
150
logHomeEnabled: true
151
-
# The in-pod name of the directory in which to store the domain, node manager, server logs, and server .out
152
-
# files.
151
+
# The in-pod name location for domain log, server logs, server out, and node manager log files
153
152
# If not specified or empty, domain log file, server logs, server out, and node manager log files
154
153
# will be stored in the default logHome location of /shared/logs/<domainUID>/.
0 commit comments