Configuring Fuel Mode

Basic Setup OPOS

Configuration files
  • ..\parameter\client\clientSystem.properties
  • ..\parameter\client\tableau.properties
  • ..\parameter\client\jxBrowserEngineConfigs.properties
  • ..\parameter\client\fuelConfig.properties
  • ..\parameter\client\inputDomains.properties

For the basic setup, the following settings are required:

  1. Set the module and the workstation subtype code in the file clientSystem.properties:
    ApplicationConfigs.Default.mainModule=classpath\:/processModels/tpos/SimpleFuel.module
    SystemConfig.workstationSubTypeCode=Fuel
  2. Set the tableau variant in the file tableau.properties. This may look as follows:
    
    TableauConfig.variantNames.0=Fuel
    TableauConfig.variantNames.1=
  3. Configure the browser in the file jxBrowserEngineConfigs.properties:
    JxBrowserEngineConfigs.Default.chromiumSwitches.1=--autoplay-policy=no-user-gesture-required
    JxBrowserEngineConfigs.Default.chromiumSwitches.2=--user-scalable=no
    JxBrowserEngineConfigs.Default.allowFileAccessFromFiles=true
    JxBrowserEngineConfigs.Default.enableHeavyWeightMode=false
    JxBrowserEngineConfigs.Default.disableWebSecurity=true
Note:
You can also use the Fuelinherited system types in Storemanager. All the necessary configurations are already included here.

Basic Setup OneX

For the basic setup, the following settings are required:

  1. Set the module and the workstation subtype code in the file clientSystem.properties :
    ApplicationConfigs.Default.flowServiceMainModules.0=classpath:/processModels/tpos/SimpleFuel.module
    SystemConfig.workstationSubTypeCode=Fuel
  2. Set the tableau variant in the file tableau.properties. This may look as follows:
    TableauConfig.variantNames.0=OneXFuel
    TableauConfig.variantNames.1=
Note:
You can also use the OneX Fuel inherited system types in Storemanager. All the necessary configurations are already included here.