Skip to content

Commit bdf4330

Browse files
Tom Barnesrjeberhard
authored andcommitted
document altering WebLogic Server CLASSPATH and PRE_CLASSPATH (#1948)
* document altering WebLogic Server CLASSPATH and PRE_CLASSPATH * minor doc edit
1 parent 46635d2 commit bdf4330

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs-source/content/userguide/managing-domains/domain-resource.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ You can use the following environment variables to specify JVM memory and JVM op
214214
* `NODEMGR_MEM_ARGS`: JVM memory arguments for starting a Node Manager instance.
215215
* `WLST_PROPERTIES`: System properties for WLST commands in introspector jobs or WebLogic Server instance containers.
216216
* `WLSDEPLOY_PROPERTIES`: System properties for WebLogic Deploy Tool commands during Model in Image introspector jobs or WebLogic Server instance containers.
217+
* `PRE_CLASSPATH`: Path(s) that are *prepended* to the WebLogic Server system classpath; delimit multiple paths with a colon `:`.
218+
* `CLASSPATH`: Path(s) that are *appended* to the WebLogic Server system classpath; delimit multiple paths with a colon `:`.
217219

218220
**Notes:**
219221

@@ -249,6 +251,10 @@ spec:
249251
value: "-Dweblogic.StdoutDebugEnabled=false "
250252
- name: NODEMGR_MEM_ARGS
251253
value: "-Xms64m -Xmx100m -Djava.security.egd=file:/dev/./urandom "
254+
- name: PRE_CLASSPATH
255+
value: "/sample/path/prepended/to/weblogic/system/classpath:/another/prepended/path"
256+
- name: CLASSPATH
257+
value: "/sample/path/appended/to/weblogic/system/classpath:/another/appended/path"
252258
```
253259
254260
#### Pod generation

0 commit comments

Comments
 (0)