[
https://issues.apache.org/jira/browse/JENA-770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122705#comment-14122705
]
Niels Christensen commented on JENA-770:
----------------------------------------
I tried running Fuseki2 using
{noformat}
./fuseki-server --update --mem /ds
{noformat}
When I point my browser at port 3030 I get the overview page. When I click
"Control Panel", it sends me to a reasonable URL:
{noformat}
http://myserver.mydomain.mytopdomain/fuseki/control-panel.tpl
{noformat}
but that URL returns 404 from Fuseki:
{noformat}
Error 404: Not Found
Fuseki - version 2.0.0.M4-SNAPSHOT (Build date: 2014-08-04T13:09:32+0100)
{noformat}
> Fuseki forms assume mapping to root path
> ----------------------------------------
>
> Key: JENA-770
> URL: https://issues.apache.org/jira/browse/JENA-770
> Project: Apache Jena
> Issue Type: Bug
> Components: Fuseki
> Affects Versions: Fuseki 1.1.0
> Environment: Ubuntu x86_64
> Reporter: Niels Christensen
> Priority: Minor
>
> Some of the web forms provided by Fuseki seem to assume that they live
> directly under '/' on my web server.
> I am running a defaults-only Fuseki instance. I simply symlinked the script
> "fuseki" into /etc/init.d and executed /etc/init.d/fuseki start
> In Apache, I have mapped http://myserver.mydomain.mytopdomain/fuseki to
> localhost:3030 like this:
> {noformat}
> <VirtualHost *:80>
> ProxyPreserveHost On
> ProxyRequests Off
> ProxyPass /fuseki/ http://localhost:3030/
> ProxyPassReverse /fuseki/ http://localhost:3030/
> ...
> {noformat}
> I can get to the Control Panel without problems, but when I select the "/ds"
> namespace, I am sent to a non-existing URL
> {noformat}
> http://myserver.mydomain.mytopdomain/$/datasets
> {noformat}
> When I manipulate the URL manually to get to the SPARQL query form for "/ds",
> the same problem arises once I post a SPARQL query.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)