From f529e8256477aa069686d839d901f1b937c9fe58 Mon Sep 17 00:00:00 2001 From: Simon Spinner <simon.spinner@uni-wuerzburg.de> Date: Tue, 28 Jun 2016 16:28:01 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e30e8f..9f102a0 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,8 @@ * Go to /profile=full-ha/subsystem=undertow/configuration=filter/custom-filter * Add new filter (name=MonitoringFilter, class=tools.descartes.prisma.agent.wildfly.interceptors.IncomingServletCallHandler, module=prisma.agent.wildfly) * Go to /profile=full-ha/subsystem=undertow/server=default-server/host=default-host/filter-ref - * Add new filter-ref (name=MonitoringFilter, priority=2147483647) \ No newline at end of file + * Add new filter-ref (name=MonitoringFilter, priority=2147483647) +* For each MySQL data source, add a statement interceptor + * Open WildFly Administration Webseite and open "Tools/Management Model" + * Go to /profile=full-ha/subsystem=datasources/data-source=SPECjMfgDS/connection-properties=statementInterceptors + * Set attribute Value to "tools.descartes.prisma.agent.wildfly.interceptors.JDBCStatementInterceptor" \ No newline at end of file -- GitLab