Localhost error Fuseki-service Ubuntu

删除回忆录丶 提交于 2019-12-13 18:34:08

问题


We've installed Fuseki2 as a service at a Ubuntu-server and its works fine:

sudo service fuseki status * Fuseki is running with pid: 915

I now can go to http://xyz:30303/manage.html (where xyz it the ip-address of the server) and it shows the Manage datasets screen, but nothing happens when I click add new dataset.

Console browser (and also http://xyz:3030/$/server) gives "Failed to load resource: the server responded with a status of 403 (Access denied : only localhost access allowed)"

How do I configure this correctly?


回答1:


Default security, using shiro, limits access to localhost. You can find information on security configuration here http://jena.apache.org/documentation/fuseki2/fuseki-security.html and examples in the default shiro.ini



来源:https://stackoverflow.com/questions/34200342/localhost-error-fuseki-service-ubuntu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!