我根据本教程(http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSesame2HttpRepository)配置了我的芝麻,将virtuoso扩展添加到其中。当我点击新存储库时,它显示空白页面。谁能告诉我我错在哪里。
我刚刚执行了以下步骤。
设置Sesame HTTP存储库
本节详细介绍了配置和测试Virtuoso HTTP Sesame存储库所需的步骤。
Install Apache Tomcat web server
From the Sesame 2.3.1 or higher "lib" directory copy the "openrdf-sesame.war" and "openrdf-worbbench.war" files to the tomcat "webapps" directory where they will automatically be deployed creating two new sub directories "openrdf-sesame" and "openrdf-workbench".
Place the Virtuoso Sesame Provider "virt_sesame2.jar" and JDBC Driver "virtjdbc3.jar" into the Tomcat ~/webapps/openrdf-sesame/WEB-INF/lib/ and ~/webapps/openrdf-workbench/WEB-INF/lib/ directories for use by the Sesame HTTP Repository for accessing the Virtuoso RDF repository.
Place the "create.xsl" and "create-virtuoso.xsl" files in the Tomcat ~/webapps/openrdf-workbench/transformations/ directory. Note "create.xsl" replaces the default provided with Sesame and contains the necessary entries required to reference the new "create-virtuoso.xsl" template file for Virtuoso repository configuration.
The Sesame HTTP Repository will now be accessible on the URLs
http://localhost:8080/openrdf-sesame
http://localhost:8080/openrdf-workbench
The Sesame OpenRDF Workbench is used for accessing the Sesame HTTP Repositories, loading "http://localhost:8080/openrdf-workbench" will enable the default "SYSTEM" repository to be accessed.
答案 0 :(得分:1)
您使用的是哪种版本的Virtuoso Sesame提供商? 注意: Virtuoso Sesame provider ver> = 2.7.3需要virtjdbc4.jar文件(Virtuoso JDBC驱动程序)而不是virtjdbc3.jar。