Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

T3270 Transport Project User Guide

  Asked By: Kiral    Date: Nov 14    Category: Java    Views: 627
  

The T3270 connector allows data to read and written to a 3270 (Telnet) session.
The connector is based on FreeHost3270.

CONFIGURATION
All configuration for the connector is made on the endpoint. The connector
supports both inbound and outbound endpoints. The address is configured using
T3270 as protocol.

<endpoint address="T3270://host.company.com:23"/>
The main part of the configuration is defining a sequence of commands that will
be performed during the session. This is done using a map, named "commands",
within the endpoint properties.

<endpoint address="T3270://host.company.com:23">
<properties>
<map name="commands">{color}
<!-- MORE ON THIS FURTHER DOWN -->
</map>
</properties>
</endpoint>

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on T3270 Transport Project User Guide Or get search suggestion and latest updates.




Tagged: