Skip to main content
Version: 5.2.0.0

Embedded Web Application

Embedded Web Server Configuration​

ParameterDescriptionValues / Default
servlet.hostnameAssigns a static hostname. If not set, hostname is determined via TCP naming system lookup.–
servlet.port.httpPort through which Orchestra is accessible via HTTP.–
servlet.port.httpsPort through which Orchestra is accessible via HTTPS.–
servlet.MINTHREADSMinimum number of threads reserved for processing all HTTP traffic.–
servlet.MAXTHREADSMaximum number of threads reserved for processing all HTTP traffic.–
application.access.controlValue of the HTTP header Access-Control-Allow-Origin. Use * to avoid cross-site scripting issues.*
application.pathDirectory path for web applications served by Orchestra’s internal web server. Scanned at startup.–
application.classloaderDefines classloader behavior:

JAVA = standard parent-first

LOCAL = prioritize app classes
JAVA / LOCAL
application.excludedAppsComma-separated list of web apps excluded from registration in the web engine.–
SECURE.CIPHERS.MODECipher suites for SSL:

DEFAULT = JVM defaults

ALL = enable all available ciphers
DEFAULT
SECURE.CIPHERS.EXCLUDEComma-separated list of excluded SSL ciphers. Supports regex. If default, HTTP server defaults are used.–
SECURE.PROTOCOLS.MODESSL protocols:

DEFAULT = JVM defaults

ALL = enable all available protocols
DEFAULT
SECURE.PROTOCOLS.EXCLUDEComma-separated list of excluded SSL protocols. If default, HTTP server defaults are used.–
servlet.maxidletimeMaximum idle time before a connection is considered inactive.–