To enable the TCP protocol, add the name of the TCP protocol handler to the ctg.ini configuration file.
protocol@tcp.handler=com.ibm.ctg.server.TCPHandler
Follow
it with this: protocol@tcp.parameters=bind=host.domain.org;connecttimeout=3;dropworking;\
idletimeout=4;pingfrequency=5;port=1;requiresecurity;\
solinger=6;
Entries for each protocol must be in the form shown: Entry in the ctg.ini file | Description |
---|---|
bind | Bind address |
connecttimeout | Connection timeout |
dropworking | Drop working connections |
idletimeout | Idle timeout |
pingfrequency | Ping frequency interval |
port | Port |
requiresecurity | Require Java Clients to use security classes |
solinger | SO_LINGER setting |