This is an old revision of the document!


Stages V7.2

Configure the Stages server

  • Installation of Stages
  • Customization of Stages
    • General Configuration of Stages
    • Java Garbage Collection Selection
    • Local Message Customization
    • Local Style Customization
    • Local News Application Categories
    • CMS Configuration
    • CMS Prefetch Configuration
    • Network Configuration
    • Database Configuration
    • Email Notification
    • Email Authentication
    • Email Feedback Mechanism
    • LDAP Synchronization
    • Project State
    • Document Lifecycles
    • Search in Stages
    • People Application

Configuration File

Stages can be configured in the <font inherit/Courier New,Courier,monospace;;inherit;;inherit><StagesInstallDir>/tomcat/webapps/pkit/WEB-INF/conf/ PKitConfig.xml</font> 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 <font inherit/Courier New,Courier,monospace;;inherit;;inherit><StagesInstallDir>\tomcat \bin\tomcatw.exe</font>. To start the tomcat GUI please run the following command in MS-DOS shell:

<font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin>tomcatw.exe ESprojectkit</font>

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

  • Xmx (Max memory pool): 1024 MB
  • Xms (Initial memory pool): 512 MB
  • Remote monitoring of Stages application via JConsole or SVisualVM
    • ​​​Dcom.sun.management.jmxremote.port=8055
    • Dcom.sun.management.jmxremote.authenticate=false
    • Dcom.sun.management.jmxremote.ssl=false
  • Set Option for not garbage collected Java heap size, the so called permanent generation:
    • XX:MaxPermSize=256m
    • XX:PermSize=256m