Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...