Configuration via Storemanager

The Storemanager contains enhanced editors for configuration of the POS Server parameter files ( .xml ).

  • Create one parameter group per parameter file ( .xml ).
  • In the parameter configuration, define the editor class for the respective configuration file. See below for an example of a parameter group definition.
<TEMPLATE_NODE NAME="GKR-POS-SERVER" VERSION="v5.0.0-SP3" EDITOR_CLASS=""> <!-- "gk.std_sm.client.common.editor_par_group.generic_fn_editor.GenericFn_0_Edit" -->
<PARAMETER_FILE_NODE NAME="cluster-engine.properties" STORE_CONTENT="false"/>
<PARAMETER_FILE_NODE NAME="msg-router.properties" STORE_CONTENT="false"/>
<PARAMETER_FILE_NODE NAME="message-source.properties" STORE_CONTENT="false"/>
<PARAMETER_FILE_NODE NAME="ses-config.properties" STORE_CONTENT="false"/>
<PARAMETER_FILE_NODE NAME="ses-monitoring.properties" STORE_CONTENT="false"/>
<PARAMETER_FILE_NODE NAME="jms-provider-jndi.properties" STORE_CONTENT="false"/>
</TEMPLATE_NODE>
  • The parameter group must be added to the file version_descriptor.xml . See below for a configuration example.
<PARAMETER_GROUPS>
<PARAMETER_GROUP FILE_NAME="./parameter_group/Cluster.xml" IMPORT_TYPE="INCREMENTAL"/>
</PARAMETER_GROUPS>
  • New entries can be added to the XML file using the editors. These entries are directly made in the user interface.
  • Entries can also be edited and deleted.