On 02/04/17 09:26, Laura Morales wrote:
My question is: how do I specify the "--port" and "--localhost" parameters in 
the config file?

That isn't possible. Port and locking to the localhost interface are aspects of the jetty server and that starts up before the Fuseki servlets/webapp runs at all.

You can run Fuseki as a WAR file in Tomcat (etc). That would mean the tomcat server, and it's pot and the network interface it responses to, are already and externally decided.

Standalone is using Jetty as the webapp framework, otherwise the code is the same.

When in production on, say AWS, there are other, better ways to get the "localhost" effect. Cloud/AM services allow the ports to be locked down in a much more robust way.

    Andy

Reply via email to