Skip to content

Commit

Permalink
config: new Dockerfile for JMX
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed Nov 26, 2024
1 parent 32c95ba commit 97b49b5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
33 changes: 33 additions & 0 deletions engine/src/main/resources/endpoints/virtuoso-dld.jpar
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
9 changes: 9 additions & 0 deletions logging-jconsole.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 97b49b5

Please sign in to comment.