[
https://issues.apache.org/jira/browse/JENA-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038691#comment-14038691
]
Andy Seaborne commented on JENA-718:
------------------------------------
The documentation says {{/$/server}} but the code says {{/$/status}}.
There is also {{/$/ping}} that returns an empty body and is a low cost way just
to check the server is running.
I have a mild preference for switching to {{/$/server}}, now there is
{{/$/ping}} (i.e. follow the documentation!)
Changed web.xml and models/fuseki-server.js to use "/$/server". Removed
"/$/status" endpoint.
> Fuseki2 API: get /$/server not working
> --------------------------------------
>
> Key: JENA-718
> URL: https://issues.apache.org/jira/browse/JENA-718
> Project: Apache Jena
> Issue Type: Bug
> Components: Fuseki
> Reporter: Ian Dickinson
> Labels: fuseki2
>
> An HTTP GET to /$/server should return the current server status and
> endpoints, but is currently returning 404.
> {code}
> ian@ian-desktop $ curl -H "Accept: application/json"
> http://localhost:3030/$/server
> Error 404: Not Found
> Fuseki - version 2.0.0.M2-SNAPSHOT (Build date: ${maven.build.timestamp})
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)