Sesame
From ActiveArchives
Installing Sesame
Performed on Ubuntu 11.04, using (but not actually following ;) http://www.openrdf.org/doc/sesame/users/ch02.html Michael Murtaugh 12:37, 22 June 2011 (CEST)
apt-get install tomcat6 tomcat6-admin cd /etc/tomcat6 sudo emacs tomcat-users.xml
add
<role rolename="manager"/> <user username="tomcat" password="s3cret" roles="manager"/>
finally
sudo mkdir /usr/share/tomcat6/.aduna sudo chown tomcat6:tomcat6 .aduna sudo /etc/init.d/tomcat6 restart
Download a sesame sdk zip
http://sourceforge.net/projects/sesame/files/Sesame%202/2.4.0/
unzip openrdf-sesame-2.4.0-sdk.zip
Use http://localhost:8080/manager/html to "deploy" the two .war files in openrdf-sesame/war.