Pathway/XM System Management Manual
PXMCFG Statements and PXMCHK Utility
Compaq NonStop™ Pathway/XM System Management Manual—426761-001
10-44
SET ROUTER
SET ROUTER
This statement defines values for the router process which listens for web-client 
connection requests and distributes connections to the TCP processes and terminals. Use 
this statement before using the ADD ROUTER
 statement. 
PROTOCOL { SOCKET | HTTP }
specifies the connection protocol used by the requester.
SOCKET indicates a TCP/IP “stream” socket protocol for an intelligent device.
HTTP indicates the HTTP protocol for a web-based client.
TCP template-name
specifies the name of a previously defined TCP template used to configure TCP 
processes. These TCPs accept connections to the TERM objects.
The same TCP template can be used by multiple ROUTER objects; but each 
ROUTER object may only use one TCP template.
HANDLER TCP/IP-process-name 
specifies the TCP/IP process outside the Pathway/XM environment that is used for 
handling socket rquests. The default name is $ZTC0.
PORT port-number 
specifies the TCP/IP port number used to accept socket connections for the user 
application. Port numbers from 1 through 1024 are reserved and may be used only if 
the Pathway/XM environment runs under a member of the super group.
SET ROUTER router-attribute [ , router-attribute ] ...
router-attribute is:
 PROTOCOL { SOCKET | HTTP }   
 TCP template-name  
 HANDLER TCP/IP-process-name  
 PORT port-number  
 CONNECTIONS number  
 GROUP group-name  
 WEIGHT weight-number 
 INITIAL program-unit-name  
 NONSTOP { ON | OFF }  
 INSPECT { ON [ (FILE file-name) ] | OFF }  
 PRINTER file-name  










