Not able to do anything when I visit the server's IP at port 3030, when I start fuseki2 on my localhost it seems to work fine, I'm able to add datasets, modify, etc. but I start it on a Google Compute Engine instance (Ubuntu 14.04) it starts but the GUI doesn't allow me to do anything.What am I doing wrong here ? I've managed to get fuseki1 running on the server successfully.
Asked
Active
Viewed 67 times
1 Answers
3
The default configuration is to restrict access to the admin UI operations to "localhost". See the comments in file shiro.ini for how to change this.

AndyS
- 16,345
- 17
- 21
-
1Outcomment like `#/$/** = localhostFilter`. – dr0i Oct 26 '15 at 14:53