Hi all!

How should I configure virtuoso to be accessed remotely? 

Do I need to open the ports in virtuoso conductor or anything similar?

I access to virtuoso locally with the following code, however it does not work 
if I access remotely:

                                con = DriverManager.getConnection(PROTOCOL+ 
repository.getServerURL() + "/UID=" + repository.getLogin() + "/PWD=" + 
repository.getPassword());
                                Statement stmt = con.createStatement();
                                      stmt.setQueryTimeout (query_timeout);
                                result = stmt.executeQuery("SPARQL " + sparql);

Thanks!
Vanessa

-- 
The Open University is incorporated by Royal Charter (RC 000391), an exempt 
charity in England & Wales and a charity registered in Scotland (SC 038302).


Reply via email to