0

I installed Jena Fuseki Server in my EC2 instance. Its working good. When i am trying to add the dataset, it doesn't show the option to add dataset. What is the issue with dataset location?

Subbu VidyaSekar
  • 2,503
  • 3
  • 21
  • 39

1 Answers1

1

By default, the security on the UI is set to respond to change operations only if the request comes from "localhost".

See the file shiro.ini for instructions on how to set Fuseki to use user/password authentication.

http://jena.apache.org/documentation/fuseki2/fuseki-security.html

AndyS
  • 16,345
  • 17
  • 21