* if necessary, get Java
* get Sesame at OpenRDF.org (unpack)
* get Resin at http://caucho.com (unpack)
* modify httpd.sh in /bin of Resin to use -server with Suns JVM and up the memory but watch for issues
http://forum.java.sun.com/thread.jspa?threadID=632411 and http://forum.openvz.org/index.php?t=msg&goto=7057& if on VPS hosts
* Place the SesamePHPModule.java file in webapps/[yourapp]/WEB-INF/classes/org/semanticsearch/sonia
Place the openRDF lib jars in webapps/[yourapp]/WEB-INF/lib
Place the openRDF.war file in the root of the webapps folder
Place the openRDF.war file in the root of the webapps folder
The rest is described here:
http://quercus.caucho.com/quercus-3.1/examples/quercus-module/index.xtp
Place a file webapps/[yourapp]/WEB-INF/META-INF
Place the resin-web.xml file at webapps/[yourapp]/WEB-INF
Download from http://drupal.org/project/semantic_search or CVS
export CVSROOT=:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib
cvs checkout -r DRUPAL-5 contributions/modules/semantic_search
TO INSTALL the Quercus module
-----
requires sesame_rpc, CauchoResin server (untested with quercus on another webserver)