How To Add Additional-Params

Additional-params property allows us to define additional legacy settings to the Mainframe Screens H3270 provider.

Before any additional param, you need to add -xrm and add the prefix ws for Windows OS or s for Unix, e.g. -xrm ws3270.{pramName}/-xrm s3270.{pramName}.


For example:
To disable the unlock delay you can add the property 3270.unlockDelay to the application .yml in the following way:

Windows os: additional-params: -xrm ws3270.unlockDelay:false

Unix: additional-params: -xrm s3270.unlockDelay:false

Concatenate params:

Windows OS: -xrm ws3270.unlockDelay:false -xrm ws3270.connectTimeout:5

Unix: -xrm ws3270.unlockDelay:false -xrm s3270.connectTimeout:5

 

ol: h3270: project: mfScreens: base-packages: - com.mf_screens.openlegacy hostname: port: 623 code-page: 37 model: 2 ssl-type: # Use for MainFrame additional settings: http://x3270.bgp.nu/Unix/s3270-man.html additional-params: -xrm ws3270.unlockDelay:false -xrm s3270.connectTimeout:5

For additional params enter: http://x3270.bgp.nu/ws3270-Resources.html