|
Problem |
How to set the Java™ command-line arguments for WebSphere®
Application Server Advanced Single Server Edition (AEs) V4 |
|
Cause |
Application Server requires configuration change for Java
Virtual Machine (JVM) configuration. |
|
Solution |
It is possible to set JVM arguments listed in the AEs
administrative console. However, JVM arguments that are not displayed in
the administrative console must be modified in the server-cfg.xml file in
the WAS_HOME/config directory.
The typical WebSphere Application Server Java process definition is as
follows:
<processDefinition xmi:type="server:JavaProcessDef"
xmi:id="ProcessDef_1" executableName="${JAVA_HOME}/bin/java"
commandLineArguments=""
workingDirectory="${WAS_ROOT}/bin"
executableTargetKind="JAVA_CLASS"
executableTarget="com.ibm.ws.bootstrap.WSLauncher">
Update the commandLineArguments=""string; for example,
commandLineArguments="-Xss819200 -Xoss819200" |
|
|
|
|
|
|