Dear Andy,

thank you, indeed, setting 
/$/** = anon
in shiro.ini solved the problem.

Regards,
Bernhard

-----Ursprüngliche Nachricht-----
Von: Andy Seaborne <[email protected]> 
Gesendet: Freitag, 10. September 2021 17:15
An: [email protected]
Betreff: Re: AW: basic error when trying to add a new dataset

There is nothing more in the URL than
http://192.xxxx.143:8080/fuseki/manage.html
<http://192.xxxx.143:8080/fuseki/manage.html>

----

Digression: nothing to hide here.

192.168,... presumably - that's a purely local IP address - no one can use it 
from outside the VPN.

https://en.wikipedia.org/wiki/Private_network

----

If you are using the IP address it will not work. Use "localhost", or
127.0.0.1

The default shiro.ini is set to block admin operations coming from anywhere but 
localhost - and that means the special localhost adapter, not the IP address of 
the machine (that will go on the normal physical network adapter.

If it is on another machine, you'll need to change shiro.ini. The instructions 
are in that file.

     Andy


On 10/09/2021 14:35, Bernhard Krabina wrote:
>
> Dear Andy,
>
> thank you for your help.
>
> > Some kind of HTTP error response.
>
> > The error message is in the grey box below "Sorry, that didn't work 
> > because:"
>
> Yes, but in the grey box below, it just says "error"
>
> >For example, if you try when using the IP address of the machine, and 
> >not
> "localhost", >it says "Forbidden." because of the default security 
> means only localhost can make >admin requests.
>
> Following this
> https://stackoverflow.com/questions/6246127/cant-access-tomcat-using-i
> p-address 
> <https://stackoverflow.com/questions/6246127/cant-access-tomcat-using-
> ip-address>
>
> I changed the server.xml file accordingly, without success.
>
> >To get more detail, you could try using curl or wget to make the 
> >request copying
> the >URL from the browser bar. You should be able to get he HTTP 
> response code thatway.
>
> There is nothing more in the URL than
> http://192.xxxx.143:8080/fuseki/manage.html
> <http://192.xxxx.143:8080/fuseki/manage.html>
>
> >Try in the tomcat logs under /var/log/...
>
> I don't have any tomcat under this directory.
>
> Regards,
>
> Bernhard
>

Reply via email to