2012年9月27日木曜日

openrdf-sesame 2.6.9 's war ( tomcat 6.0.35 / mac os 10.8.2 )

$ unzip openrdf-sesame-2.6.9-sdk.zip
$ unzip apache-tomcat-6.0.35.zip
$ chmod a+x /path/to/apache-tomcat-6.0.35/bin/*.sh
$ cp -p /path/to/openrdf-sesame-2.6.9/war/*.war /path/to/apache-tomcat-6.0.35/webapps/
$ /path/to/apache-tomcat-6.0.35/bin/startup.sh
$ open http://localhost:8080/open-sesame
if you can access the page, you can find following folder.
/Users/[user]/Library/Application Support/Aduna/OpenRDF Sesame/
if you found following folder.
/Users/[user]/Library/Application Support/Aduna/OpenRDF/
you edit the file ( /path/to/apache-tomcat-6.0.35/webapps/open-sesame/WEB-INF/openrdf-http-server-servlet.xml ). the 'applicationId','longName' properties which are in the 'adunaAppConfig' bean element are modified from 'OpenRDF Sesame' to 'OpenRDF_Sesame'. and restart the server.
$ open http://localhost:8080/openrdf-workbench

0 件のコメント: