On 05/05/15 15:43, Adrian Gschwend wrote:
Hi group,
While the new Fuseki 2.0 seems to work quite well on localhost I was not
very successful getting it to work on anything else than that. It's
pretty much broken in a sense that I can't create databases and thus not
much else either.
Is that a known problem and if not, should I file bugs?
regards
Adrian
Hi Adrian,
Are you running the standalone server as it comes striaght out of the
distribution?
By default, the admin interface only responds to localhost for security
reasons.
In the shiro.ini file, there are comments to show how to change that to
use user/password (currently, only basic authentication unfortunately).
Have you modified shiro.ini at all?
If you want more sophisticated security, then at the moment, recommend
using the facilities of a web app container like Tomcat or Jetty, with
Fuseki's shiro.ini set to not block things that that point.
Andy