From: Bryan T. <br...@sy...> - 2015-07-28 07:21:48
|
You can override the BigdataRDFServletContextListener in web.xml. Your implementation must extend ours. <listener> <listener-class>com.bigdata.rdf.sail.webapp.BigdataRDFServletContextListener</listener-class> </listener> The QueryServlet is really only intended for handling REST API requests. Thanks, Bryan ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://blazegraph.com http://blog.bigdata.com <http://bigdata.com> http://mapgraph.io Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. MapGraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. <http://smartdata2015.dataversity.net/> CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. On Mon, Jul 27, 2015 at 12:28 PM, Joakim Soderberg < joa...@bl...> wrote: > Thanks Bryan. > Sometimes it helps to write down the problem; I found that I closed the > repository after the call without recreating the connection. I works like > expected when I keep the reposity opened. > Do you have example code or tutorials on how to use QueryServlet > and BigdataRDFServletContextListener, apart from javadocs? > > /joakim > > On Jul 25, 2015, at 12:02 AM, Bryan Thompson <br...@sy...> wrote: > > NSS uses the alternative constructor > > > |