--
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
---
You received this message because you are subscribed to the Google Groups "Stardog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to stardog+u...@clarkparsia.com.
---
You received this message because you are subscribed to a topic in the Google Groups "Stardog" group.
To unsubscribe from this topic, visit https://groups.google.com/a/clarkparsia.com/d/topic/stardog/fJvAOQ8HOIo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to stardog+u...@clarkparsia.com.
Thanks for your help, I will update my results.I knew about your pointer, that is how normally you will load MySQL for example. But when it comes to Stardog we are a bit lost... Because as seen at [http://tomcat.apache.org/tomcat-8.0-doc/jndi-resources-howto.html#JDBC_Data_Sources] this information has to be provided:<Context><Resource name="...." type="javax.sql.DataSource"maxActive="100" maxIdle="30" maxWait="10000"url="...."driverClassName="???"username="admin" password="admin" /></Context>As the documentation says, "Use of the JDBC Data Sources JNDI Resource Factory requires that you make an appropriate JDBC driver available to both Tomcat internal classes and to your web application.". Normally the driverClassName is a single JAR file provided by, for example, MySQL, Oracle or MSSQL. So I am a bit lost about what to use in the case of Stardog.
I have found some hints "NOTE: Stardog does not ship with JDBC drivers." at [https://github.com/Complexible/stardog-docs/blob/master/src/doc/virtual-graphs.ad], but it doesn't seem to apply to my case, since it is about Stardog Virtual Graphs using relational databases.