diff --git a/engine/src/main/resources/endpoints/virtuoso-dld.jpar b/engine/src/main/resources/endpoints/virtuoso-dld.jpar new file mode 100644 index 00000000..3880643b --- /dev/null +++ b/engine/src/main/resources/endpoints/virtuoso-dld.jpar @@ -0,0 +1,33 @@ +{ + "host": "dld.arces.unibo.it", + "oauth": { + "enable": false, + "register": "https://localhost:8443/oauth/register", + "tokenRequest": "https://localhost:8443/oauth/token", + "client_id": "", + "client_secret": "", + "jwt": "", + "expires": "", + "type": "" + }, + "graphs": { + "default-graph-uri": "http://default", + "named-graph-uri": "http://default", + "using-graph-uri": "http://default", + "using-named-graph-uri": "http://default" + }, + "sparql11protocol": { + "protocol": "http", + "port": 8890, + "query": { + "path": "/sparql", + "method": "URL_POST_ENCODED", + "format": "JSON" + }, + "update": { + "path": "/sparql", + "method": "POST", + "format": "JSON" + } + } +} \ No newline at end of file diff --git a/logging-jconsole.properties b/logging-jconsole.properties new file mode 100644 index 00000000..b7345f5c --- /dev/null +++ b/logging-jconsole.properties @@ -0,0 +1,9 @@ +handlers=java.util.logging.ConsoleHandler + +.level=ALL +java.util.logging.ConsoleHandler.level=ALL +#java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter +javax.management.level=ALL +javax.management.remote.level=ALL + +# usage: jconsole -J-Djava.util.logging.config.file=logging-jconsole.properties \ No newline at end of file