> > The Jetty configuration file for the server has nothing Jena-specific > about. Any advice (StackOverflow?!) applies. > The main difference in method of Jetty run. When I run Jetty from command line, I can pass parameters to it by arguments in command line (as I understand). But Fuseki run Jetty by calling some method in program code, so it is unclear how to pass additional parameters to Jetty in this case.
The <Property> are tags in the XML file. > I mean properties defined in such tags. For example jetty.base in <Property name="jetty.base" default="." />. Andy, thank you for your answer in any case. Vladimir