Re: [Virtuoso-users] HTTP-Proxy settings for Virtuoso Sponger

2010-06-17 Thread Meinecke, Johannes
010 01:01 > To: Meinecke, Johannes > Cc: virtuoso-users@lists.sourceforge.net > Subject: Re: [Virtuoso-users] HTTP-Proxy settings for Virtuoso Sponger > > Hi Johannes, > > > > > I'm trying to use a locally installed Virtuoso Sponger with both > > data from intr

Re: [Virtuoso-users] HTTP-Proxy settings for Virtuoso Sponger

2010-06-16 Thread Patrick van Kleef
Hi Johannes, I'm trying to use a locally installed Virtuoso Sponger with both data from intranet and the internet. So far I can only use it to extract RDF from intranet sources. Is there a way to configure the Sponger to use an HTTP proxy for external URLs? This can be done on a request

[Virtuoso-users] HTTP-Proxy settings for Virtuoso Sponger

2010-06-16 Thread Meinecke, Johannes
Hi, I'm trying to use a locally installed Virtuoso Sponger with both data from intranet and the internet. So far I can only use it to extract RDF from intranet sources. Is there a way to configure the Sponger to use an HTTP proxy for external URLs? Thanks, Johannes

Re: [Virtuoso-users] HTTP proxy

2009-02-20 Thread Jem Rayfield
Hi Guys, Any thoughts on this? Cheers Jem -Original Message- From: Patrick van Kleef [mailto:vos.ad...@openlinksw.com] Sent: Tue 17/02/2009 13:35 To: Jem Rayfield Cc: Kingsley Idehen; virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] HTTP proxy Hi Jem, > Follow

Re: [Virtuoso-users] HTTP proxy

2009-02-17 Thread Patrick van Kleef
Hi Jem, Following on from this I am having a similar problem trying to use the Jena Provider and HTTP connections via a proxy. This time I am explictly setting proxy params using JVM -D flags: VM params -> -Dhttp.proxyHost=www-cache.xxx.bbc.co.uk -Dhttp.proxyPort=80 I receive errors as follows

Re: [Virtuoso-users] HTTP proxy

2009-02-17 Thread Jem Rayfield
RDFNode s = result.get("s"); RDFNode p = result.get("p"); RDFNode o = result.get("o"); System.out.println(graph_name + " { " + s + " " + p + " " + o + " . }"); } Sy

Re: [Virtuoso-users] HTTP proxy

2009-02-16 Thread Kingsley Idehen
51 To: Jem Rayfield Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] HTTP proxy Jem Rayfield wrote: Hi, I am having problems sponging external data as my virtuoso instance is behind a SOCKs proxy. Thus I keep seeing results such as --> $ curl -H "Ac

Re: [Virtuoso-users] HTTP proxy

2009-02-16 Thread Jem Rayfield
need virtuoso to act in the same manner. Thanks Jem -Original Message- From: Kingsley Idehen [mailto:kide...@openlinksw.com] Sent: 16 February 2009 16:51 To: Jem Rayfield Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] HTTP proxy Jem Rayfield wrote: > > H

Re: [Virtuoso-users] HTTP proxy

2009-02-16 Thread Kingsley Idehen
Jem Rayfield wrote: Hi, I am having problems sponging external data as my virtuoso instance is behind a SOCKs proxy. Thus I keep seeing results such as --> $ curl -H "Accept: text/xml" "_http://localhost:8890/about/rdf/http://www.freebase.com/view/en/barack_obama_"; Error HTCLI

Re: [Virtuoso-users] HTTP proxy

2009-02-16 Thread Jem Rayfield
On unix/cygwin I would usually use something like --> $ echo $http_proxy http://XXX-XXX.XXX.bbc.co.uk:80 Thus tools such as curl etc use the SOCKs proxy. I am running virtuoso on windows and was wondering if there is a similar environment var I need to set in order that virtuoso uses a proxy? Or

[Virtuoso-users] HTTP proxy

2009-02-16 Thread Jem Rayfield
Hi, I am having problems sponging external data as my virtuoso instance is behind a SOCKs proxy. Thus I keep seeing results such as --> $ curl -H "Accept: text/xml" "http://localhost:8890/about/rdf/http://www.freebase.com/view/en/barack_ obama" Error HTCLI Error HTCLI HC001: C