Wrapper Configuration

Related file: wrapper.conf

Default Environment Settings

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

Memory Settings

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

Management Console Activation