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:general_configuration [2019/09/20 07:06] – [General Configuration of Stages] sph72:general_configuration [2020/10/21 13:09] – [General Configuration of Stages] twn
Line 13: Line 13:
  <property name="name.of.property" value="value.of.property"/>  <property name="name.of.property" value="value.of.property"/>
 </properties> </properties>
 +
 </code> </code>
  
 === Configuration of Stages Service Parameter === === 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: +For configuring Stages service please proceed as follows: 
-<code+ 
-''bin\tomcatw.exe ES///// /stages'' +  * Windows: 
-</code+      * Open file "<Stages installation path>\stages\config.bat" 
-In the Java tab you can configure additional Java start parameter for Stages that are listed below:+      * Modify the red colored setting//set TOMCAT_OPTS=<font inherit/inherit;;#c0392b;;inherit>–JvmMx=</font><font inherit/inherit;;#c0392b;;inherit><RAM in MB></font>// 
 +      * Open a cmd with administrative permissions and navigate to folder "<Stages installation path>\stages\bin" 
 +      * Reinstall the Stages service: **reinstallService.bat** 
 +      * Restart Stages service: **net start stages** 
 +  * Linux: 
 +      * Open file "<Stages installation path>/stages/bin/rc.conf" 
 +      * Modify the red colored value: //CONF_TOMCAT_OPTS="<font inherit/inherit;;#c0392b;;inherit>-Xmx<RAM in MB>m -XX:+UseG1GC -XX_-OmitStackTraceInFastThrow</font>"// 
 +      * Restart the Stages service:** stages restart** 
 + 
 +You can configure additional Java start parameter for Stages that are listed below:
  
-  * Xmx (Max memory pool): 4048 MB +  * -Xmx (Max memory pool): 4048 MB 
-  * Xms (Initial memory pool): 4048 MB+  * -Xms (Initial memory pool): 4048 MB
   * Remote monitoring of Stages application via JConsole or JVisualVM   * Remote monitoring of Stages application via JConsole or JVisualVM
-  * ​​​Dcom.sun.management.jmxremote.port=8055 +      * ​​​-Dcom.sun.management.jmxremote.port=8055 
-  * Dcom.sun.management.jmxremote.authenticate=false +      -Dcom.sun.management.jmxremote.authenticate=false 
-  * Dcom.sun.management.jmxremote.ssl=false+      -Dcom.sun.management.jmxremote.ssl=false