Skip to content
Snippets Groups Projects
Commit 3dd701a5 authored by Simon Spinner's avatar Simon Spinner
Browse files

Update README.md

parent f529e825
No related branches found
No related tags found
No related merge requests found
......@@ -27,5 +27,10 @@
* 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
* Go to /profile=full-ha/subsystem=datasources/data-source=[data source name]/connection-properties=statementInterceptors
* Set attribute Value to "tools.descartes.prisma.agent.wildfly.interceptors.JDBCStatementInterceptor"
* Add a web service interceptor for outgoing calls
* Go to /profile=full-ha/subsystem=webservices/client-config=Standard-Client-Config/pre-handler-chain
* Add new endpoint configuration PrismaHandler
* Add new
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment