Configuring Fuel Mode
Basic Setup OPOS
| Configuration files |
|
For the basic setup, the following settings are required:
- Set the module and the workstation subtype code in the file clientSystem.properties:
ApplicationConfigs.Default.mainModule=classpath\:/processModels/tpos/SimpleFuel.module SystemConfig.workstationSubTypeCode=Fuel - Set the tableau variant in the file tableau.properties. This may look as follows:
TableauConfig.variantNames.0=Fuel TableauConfig.variantNames.1= - 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:
- 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 - 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.