Niels Christensen created JENA-770:
--------------------------------------
Summary: 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.2#6252)