All switches can be set in the configuration file OntoConfig.prp which resides in the starting directory of the server (usually the installation base directory of the server).
HttpPort
Port for Web server used for the collaboration server, remote API, web console and web services
Default: 8287
HttpPort = 8287
This replaces the parameter WsHttpPort and the command line option -wsport
Extensions.Directory
Directory for dropping external builtins, rewriter, webservices and dynamic service JAR files
Default: extensions
Extensions.Directory = c:/myextensions
This replaced the obsolete parameters PathToBuiltinDir and PathToRewriterDir
CollaborationServer
If set to on, the collaboration server is started.
Default: off
CollaborationServer = on
This is an alternative to the command line option -collabserver
RemoteAPI
If set to on, the remote API is available. Remote API and collaboration server cannot be set to started at the same time.
Default: off
RemoteAPI = on
This is an alternative to the command line option -remoteAPI
WebServices
If set to true, the Web services are deployed and available on the HTTP port under the path /services
Default: off
WebServices = on
This is an alternative to the command line option -webservice
WebConsole
If set to true, the web console is available on the HTTP port under the path /console/console.html
Default: off
WebConsole = on
This is an alternative to the command line option -webconsole
log4j.configuration
The path to the log4j.properties.
Default: log4j.properties
log4j.configuration = c:/mylog4j.properties
Configuration.Directory
The path to the configuration directory.
Default: conf
Configuration.Directory = conf
This replaces the old configuration parameter dir.conf.
AJP
Enables the AJP protocol (used for load balancing). Note that the AJP protocol cannot be used if HTTPS is enabled.
AJP = on
AJP.Port
Port used for the AJP protocol (defaults to 8009). This parameter is only active if the AJP protocol is enabled
AJP.Port = 12345
WorkerName
Worker name used for identifying an OntoBroker instance in a load balancing cluster
WorkerName = ob3