InDesign Server2025
API 20.5.0.49
Object

ServerSetting

Server specific runtime settings.

Preference ServerSetting
Hierarchy

Application

ServerSetting

Properties

NameType AccessDescription
Number readonly The socket the server uses to service administrative requests.
String readonly The configuration name for this instance of the server.
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
Number readonly The time interval (in seconds) at which last active timestamp of IDS is updated to IDS console app.
String readonly The name of the machine InDesignServer is running on; either symbolic (host.corp.com) or IP address (123.345.678.90).
Boolean read/write If true, generates image previews.
File readonly Location to write the IOR file for CORBA.
Boolean readonly Returns true if the object specifier resolves to valid objects.
Boolean read/write If true, makes the native JavaScript user interface available.
Number read/write Maximum number of errors to save.
Boolean read/write If true, BeginSession requests are not blocked if no new session can be started currently (for cases when server is busy).
Boolean readonly If true, client requests are executed on main thread only.
Application readonly The parent of the ServerSetting (a Application).
File[] readonly Additional paths from which to load plugins.
Number readonly The socket the server uses to service SOAP requests.
Object read/write A property that allows setting of several properties at the same time.
Boolean readonly If true, send crash log data to Adobe.
Boolean readonly If true, session support logging is enabled.
Number read/write The maximum time (in seconds) for which client wants to wait for BeginSession request to be serviced.
Number readonly The session timeout (in seconds) for soap sessions.
Boolean readonly If true, output is going to a console window.
Boolean read/write If true, errors are saved in the error list.
Boolean readonly If true, output is redirected to the system event log.
Boolean readonly If true, install structured event handler.

Methods

EventListener

Adds an event listener.

eventType String The event type.
handler File | JavaScriptFunction The event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
ServerSetting[]

Resolves the object specifier, creating an array of object references.

Boolean

Removes the event listener.

eventType String The registered event type.
handler File | JavaScriptFunction The registered event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
String

Generates a string which, if executed, will return the ServerSetting.

String

Retrieves the object specifier.

Object of 4

Properties elsewhere that hold a ServerSetting.

Return 1

Methods that return a ServerSetting.