Skip to main content

CreateServer

Create a superserver configuration.

Synopsis

[Actions]	CreateServer:Port=n,BindAddress=bindaddress[,AdditionalProperties]

Where n is an open port number on the system.

Description

CreateServer defines a superserver configuration. InterSystems IRIS® creates that superserver configuration when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS runs Security.Servers.Create()Opens in a new tab to create the superserver configuration defined by CreateServer. The Port and BindAddress properties are required; the complete list of properties is available in the class reference.

Changing this Operation

This operation is designed to be used during a configuration merge. You can change CreateServer by editing the merge file in a text editor (as described in Editing the Active CPF).

See Managing Superservers for more information on superserver configurations.

FeedbackOpens in a new tab