diff --git a/README.md b/README.md index 5e30e8fb57d7b3a76c8a707bac8cef5f0a66e9b7..9f102a063dfbb0c75c00cd7d57cb98b33a9ca688 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