public class ServerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
authConfigFile
Authentication config file used to setup Jetty Basic auth, if a Jetty config file was set this is ignored since Jetty config allows much more complex auth methods to be implemented
|
List<DatasetRef> |
datasets
The list of datasets
|
boolean |
enableCompression
Enable Accept-Encoding compression.
|
String |
jettyConfigFile
Jetty config file - if null, use the built-in configuration of Jetty
|
boolean |
loopback
Listen only on the loopback (localhost) interface
|
int |
mgtPort
Port for the management interface : -1 for no management interface
|
String |
pages
The local directory for serving the static pages
|
int |
pagesPort
Port for the pages UI : this can be the same as the services port.
|
int |
port
Port to run the server service on
|
boolean |
verboseLogging
Enable additional logging
|
| Constructor and Description |
|---|
ServerConfig() |
public int port
public int mgtPort
public int pagesPort
public String jettyConfigFile
public boolean loopback
public String pages
public List<DatasetRef> datasets
public boolean enableCompression
public boolean verboseLogging
public String authConfigFile
Licenced under the Apache License, Version 2.0