How do I find where Sesame stores repositories?

此生再无相见时 提交于 2019-11-28 06:17:19

问题


I'm using booth Sesame .wars in Tomcat 7 on OS X 10.8, but now it doesn't work any more. I set up a new Tomcat with two new Sesame .war but now it uses the old repository. Where are these stored? (Couldn't add a new Repo or delete the old one).


回答1:


Sesame Server by default stores its configuration data and database files in %APPDATA%\Aduna on Windows, $HOME/.aduna on Linux, and $HOME/Library/Application Support/Aduna on Mac OS X. If you want a completely new install, simply delete this directory. See the Sesame manual for more info.

Update you can check where your Sesame server installation stores its data by going to

http://localhost:8080/openrdf-sesame/home/overview.view 

in your browser, and clicking "System" in the navigation menu on the left hand side. It shows you various configuration settings, including the data directory.




回答2:


Sesame home is as follows:

$HOME/.aduna/openrdf-sesame (linux/unix)
"%APPDATA%\Aduna\OpenRDF Sesame" (Windows)
"$HOME/Library/Application Support/Aduna/OpenRDF Sesame" (Mac OS X)

From the Owlim documentation.



来源:https://stackoverflow.com/questions/12905605/how-do-i-find-where-sesame-stores-repositories

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