Discussion:
How to publish fuseki in my own server
Jingyi C. Shi
2016-04-05 04:35:49 UTC
Permalink
Dear all,

Do you have a tutorial for publishing fuseki in my own server? For example,
people can reach the set-up fuseki via http://my-ip-address:3030 instead of
http://localhost:3030.

Thanks,
Jingyi
Andy Seaborne
2016-04-05 18:04:58 UTC
Permalink
Post by Jingyi C. Shi
Dear all,
Do you have a tutorial for publishing fuseki in my own server? For example,
people can reach the set-up fuseki via http://my-ip-address:3030 instead of
http://localhost:3030.
Thanks,
Jingyi
Use http://my-ip-address:3030/

Just set the security if you want the UI to work (see shiro.ini)

Fuseki does not do anything with "localhost" to route a request- it's
the browser/http client that does that work.

Andy
Jingyi C. Shi
2016-04-05 19:04:57 UTC
Permalink
I modified the shiro.ini and it works well now. Thank you for your help!

Best,
Jingyi
Post by Andy Seaborne
Post by Jingyi C. Shi
Dear all,
Do you have a tutorial for publishing fuseki in my own server? For example,
people can reach the set-up fuseki via http://my-ip-address:3030 instead of
http://localhost:3030.
Thanks,
Jingyi
Use http://my-ip-address:3030/
Just set the security if you want the UI to work (see shiro.ini)
Fuseki does not do anything with "localhost" to route a request- it's the
browser/http client that does that work.
Andy
Loading...