Hi, I'm currently in the process of exploring Virtuoso, more precisely its RDF storage capacity.
For that purpose I'm converting a prototype scripted in JSP which originally used Sesame 1.2.6 for its triplestore. I believe I have successfully configured JSP hosting in Virtuoso ( http://docs.openlinksw.com/virtuoso/rthjsp.html), and I have defined two vhosts : the first is '/tomcat' and the second is simply '/'. When I access the prototype from within Virtuoso ( http://lazarus.stewart-explorations.net:8890/adt2map.vos/adt2map.jsp) the landing page takes about 20 seconds to load. When I access the same page outside of Virtuoso ( http://lazarus.stewart-explorations.net:8080/adt2map.vos/adt2map.jsp), it loads almost instantly. Any idea of what might be causing this difference? How can response time be reduced? My setup : - Ubuntu 6.06 - Virtuoso Open Source 5.0.1 - JDK 1.5.0.06 - Tomcat 5.0.30-9 Thanks! Chris