Related file: wrapper.conf
wrapper.conf
configuration file contains the settings for the wrapper process used to start, stop and restart the xServer.
Thewrapper.conf
configuration file contains default settings for environment variables. If necessary, the default settings may be changed in the wrapper.conf
or set as an environment variable before the wrapper process is started.
#*****************************
# Default environment settings
#*****************************
set.default.XSERVER2_JAVA_HOME=%JAVA_HOME%
set.default.XSERVER2_LOG_DIRECTORY=./logs
The wrapper sets the memory for the web server JVM using default Java parameters -Xmx
and -Xms
.
You can change these memory settings in the wrapper configuration file depending on your usage profile. If you use large
messages with a high level of concurrency you may want to increase the defaults for productive use.
# Initial Java Heap Size (in MB)
wrapper.java.initmemory=512
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=512
webapps/dashboard
. This will undeploy the webapp dashboard
.