1. Overview
System properties are configured with the -D option for the JVM. Since JEUS uses Launch JVM to start the server JVM, system properties must be set in each server configuration of domain.xml.
The following is an example of a system property configuration.
<domain> <servers> <server> <name>server1</name> <jvm-config> <jvm-option>-Xmx512m -XX:MaxPermSize=250m</jvm-option> </jvm-config> ...
|