Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:configure_stages [2018/07/16 17:55] – [Configure the Stages server] bkkr72:configure_stages [2022/04/21 09:59] evt
Line 3: Line 3:
 ====== Configure the Stages server ====== ====== Configure the Stages server ======
  
-=== Configuration File ===+  *  [[:72:installation_of_stages|]] 
 +      * [[:72:configure_general_installation|]] 
 +      * [[:72:configure_file_structure|]] 
 +      * [[:72:configure_licenses|]] 
 +  *  [[:72:customization_of_stages|]] 
 +      * [[:72:general_configuration|]] 
 +      * [[:72:java_garbage|Java Garbage Collection Selection]] 
 +      * [[:72:local_message_custom|]] 
 +      * [[:72:local_style_custom|]] 
 +      * [[:72:cms_configuration|]] 
 +      * [[:72:cms_prefetch|]] 
 +      * [[:72:network_config|]] 
 +      * [[:72:database_config|]] 
 +      * [[:72:email_notification|Email Notification]] 
 +      * [[:72:email_authentication|]] 
 +      * [[:72:ldap|LDAP Synchronization]] 
 +      * [[:72:document_lifestyles|]]
  
-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": +
- +
-<code> +
-<properties> +
- <property name="name.of.property" value="value.of.property"/> +
-</properties> +
-</code> +
- +
-=== 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 //ES//projectkit</font>''<font inherit/inherit;;inherit;;inherit></font><font inherit/inherit;;inherit;;inherit></font><font inherit/inherit;;inherit;;inherit></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+