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.