OpenRDF Sesame - 404 error

浪尽此生 提交于 2019-12-01 18:47:07

问题


I have OpenRDF Sesame in my webapps folder under my Apache Tomcat installation. I can access the /openrdf-workbench webapp, but /openrdf-sesame gives me a 404 error.

Literally all it says is:

HTTP Status 404 -

type Status report

message

description The requested resource () is not available.

Apache Tomcat/7.0.26

回答1:


This is a known issue (SES-845) in OpenRDF Sesame in combination with Tomcat 7. The Sesame server runs normally, but there is a problem with the redirect handler in the servlet that handles rendering the HTML interface. As a workaround you can directly access the address openrdf-sesame/home/overview.view from your browser.



来源:https://stackoverflow.com/questions/9501765/openrdf-sesame-404-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!