Re: [Virtuoso-users] Port 8890

2017-12-05 Thread Hugh Williams
Hi Jason,You can place static HTML pages in  the “vsp” file system directory which the “ServerRoot” in the “HTTP Server” of the  virtuoso.ini config file points to ie[HTTPServer]  ServerPort = 80  ServerRoot = ../vspOr you can create file system or DAV  Virtual DIrectories for hosting web server co

Re: [Virtuoso-users] Port 8890

2017-12-05 Thread Jason Haag
I turned off Apache2 and it is running now. However, if I want to upload some static pages where do I do this? Via conductor? Or is there www path on the virtuoso server where HTML pages can be delivered. Previously, Apache was handling this. On Tue, Dec 5, 2017 at 8:30 AM, Jason Haag wrote: > T

Re: [Virtuoso-users] Port 8890

2017-12-05 Thread Jason Haag
Thanks for the tip! Looks like Apache is running and using port 80 after all. tcp6 0 0 :::80 :::*LISTEN 1122/apache2 On Tue, Dec 5, 2017 at 6:54 AM, Hugh Williams wrote: > Hi Jason, > > As you are starting with sudo that would eliminate the p

Re: [Virtuoso-users] Port 8890

2017-12-05 Thread Hugh Williams
Hi Jason, As you are starting with sudo that would eliminate the possibility of it being permission issue preventing it from running on port 80 . Have you checked that something is not actually running on port 80 already with a command like: netstat -tulpn | grep :80 as it would seem

Re: [Virtuoso-users] [openlink/virtuoso-opensource] Virtuoso Quads Filter (#699)

2017-12-05 Thread Hugh Williams
Hi Ibrahim, This should be possible if SPARQL query is executed by Jena ARQ parser and not executed directly via Virtuoso SPARQL sparser. Although note that execution via ARQ will be slower, because all the data for the queries are processed on client side. The Virtuoso Jena Provider VirtuosoS