Hi Vladimir,

The Jetty configuration file for the server has nothing Jena-specific about. Any advice (StackOverflow?!) applies.

Setting up HTTPS is complicated. If you are able to, the "Fuseki Main" server has this packaged up in the --https arguments on the command line. (No UI at the moment).

https://jena.apache.org/documentation/fuseki2/fuseki-data-access-control.html

which needs the certificate store and the password in a JSON file you can secure on the server.

    Andy

On 15/11/2021 20:43, Vladimir Shestakov wrote:
  Hello!
I try to use this file (
https://github.com/apache/jena/blob/main/jena-fuseki2/examples/fuseki-jetty-https.xml)
to configure Jetty in Fuseki (used option "--jetty-config
fuseki-jetty-https.xml" for Fuseki).

Where should I setup <Property> values?

The <Property> are tags in the XML file.


In Jetty documentation I find that <Property> values could be configured by
*.ini or *.properties files, but I don't understand where to place such
files in this case.

Sorry - I haven't done Jetty configuration that way.

I also tried to find answer in Fuseki and Jetty source code, but without
success.

  Vladimir

Reply via email to