How to set Java command-line arguments for Advanced Single Server Edition
 Technote (FAQ)
 
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"
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Java SDK
Operating system(s): Windows
Software version: 4.0
Software edition:
Reference #: 1168957
IBM Group: Software Group
Modified date: Mar 31, 2006