Versions Compared

Key

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

The executable ecflow_server is used to start an ecflow_server using the default port number or that defined by the environment variable ECF_PORT.

Code Block
cd ECF_dir1
nohup ecflow_server &  # start ecFlow with default port port31413141


Multiple ECFs can be run on the same host using different port numbers. There are two mechanisms for specifying the port number:

...