我已经根据本教程 ( http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSesame2HttpRepository ) 配置了我的 sesame,以将 virtuoso 扩展添加到其中。当我单击新存储库时,它显示空白页面。谁能告诉我我在哪里做错了。
我刚刚执行了以下步骤。
设置芝麻 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.