On IBM i
Starting Instances
Profound.js instances can be set up at installation time to start automatically when TCP/IP is started.
...
Code Block |
---|
ENDTCPSVR SERVER(*PJS) INSTANCE(PROFOUNDJS) |
On your local PC or another server
To start Profound.js on your local PC or a non-IBM i server using Node, or if you have opted not to control the instance using the STRTCPSVR/ENDTCPSVR commands, use the following command from your Profound.js installation directory:
...