This is an old revision of the document!


Configure the Stages Server

General Configuration of Stages

Configuration File

Stages can be configured in the <StagesInstallDir>/conf/config.xml configuration file. In its properties section some parameters can be configured by introducing name-value pairs. For information about existing configuration parameters and their effect please contact the Stages support.

The following code configures a value of “value.of.property” for the configuration property “name.of.property”:

<properties>
 <property name="name.of.property" value="value.of.property"/>
</properties>

Configuration of Stages Service Parameter

Stages service can be configured in the tomcat service configuration GUI <StagesInstallDir>\tomcat \bin\tomcatw.exe. To start the tomcat GUI please run the following command in MS-DOS shell:

bin\tomcatw.exe ESstages

In the Java tab you can configure additional Java start parameter for Stages that are listed below:

  • Xmx (Max memory pool): 4048 MB
  • Xms (Initial memory pool): 4048 MB
  • Remote monitoring of Stages application via JConsole or JVisualVM
  • ​​​Dcom.sun.management.jmxremote.port=8055
  • Dcom.sun.management.jmxremote.authenticate=false
  • Dcom.sun.management.jmxremote.ssl=false