endpoint-root
Folder used to store server named endpoints
Syntax
--endpoint-root
path
Description
--endpoint-root
specifies
the location for storing server named endpoints. Each interface used
to communicate with the outside world generates an endpoint file
in this folder. Normally that means:path
http - The HTTP function execution interface.
control - The local control interface used by the scripting commands.
These files contain the host:post
portion
of the URL used to communicate with the named service.
Note
While modifying this location is allowed, each instance must have a unique endpoint directory; otherwise behavior is undefined.
Parameters
path
Path to the folder used to store endpoint files relative to the server instance's root folder.
Examples
Store endpoint files in the endpt
folder.
--endpoint-root ./endpt