java.lang.Object
org.apache.jena.fuseki.jetty.JettyServerConfig
Configuration of the Jetty server when run from the command line directly,
not as a webapp/war file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAuthentication 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.Path to run the server service underboolean
Enable Accept-Encoding compression.Jetty config file - if null, use the built-in configuration of Jettyboolean
Listen only on the loopback (localhost) interfaceint
Port to run the server service onboolean
Enable additional logging -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
port
public int portPort to run the server service on -
contextPath
Path to run the server service under -
jettyConfigFile
Jetty config file - if null, use the built-in configuration of Jetty -
loopback
public boolean loopbackListen only on the loopback (localhost) interface -
enableCompression
public boolean enableCompressionEnable Accept-Encoding compression. Set to false by default. -
verboseLogging
public boolean verboseLoggingEnable additional logging -
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. Using Apache Shiro is better as well.
-
-
Constructor Details
-
JettyServerConfig
public JettyServerConfig()
-