To run IBM® Toolbox for Java™ in
a client/server environment, you must enable the QUSER user profile,
start the host servers, and have TCP/IP running.
- The QUSER user profile must be enabled in order to start the host
servers.
- Host servers listen for and accept connection requests from clients. IBM i Host Servers option
is included with the base option of IBM i. For more information,
see Host
server administration.
- TCP/IP support, which is integrated into IBM i, allows you to connect
your server to a network. For more information, see TCP/IP.
Starting required IBM i options
From
a command line, start the required IBM i options by completing
the following steps:
- Ensure that the QUSER
profile is enabled.
- To start the IBM i host servers, use the CL Start Host Server command. Type STRHOSTSVR
*ALL and press ENTER.
- To start the TCP/IP distributed data management (DDM) server,
use the CL Start TCP/IP Server command. Type STRTCPSVR SERVER(*DDM)
and press ENTER.