Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When using the Virtual Terminal, it is not important whether the system is setup to automatically configure virtual devices or not. See here for how to request a specific device name.

WebFacing Server

This connection type creates sessions which do not use the system's interactive processing by using the system's WebFacing Server. This can result in better performance on system's with limited interactive CPW. However, the connection type is lacking features described above due to limitations in IBM's 5250 interface for the WebFacing Server.

...

Code Block
languagenone
STRTCPSVR SERVER(*WEBFACING)

 


To end:

Code Block
languagenone
ENDTCPSVR SERVER(*WEBFACING)

...


However, it is recommended to have the system automatically start the server along with TCP/IP. This can be configured in System i Navigator under Network->Servers->TCP/IP->WebFacing. The option is under the WebFacing Server's context menu option "Properties".

...