Anu@work wrote:
Hi,
Thx to the drools community. I was able to install and run Guvnor 5 CR1 and
Drools Execution Server 5 on Tomcat (Ubuntu) fairly easily. And it works
like magic. I followed the steps below to get my rules running on Guvnor and
execution server after installation
1. created category
2. created package
3. declared model
4. created decision table
5. saved and validated package
6. deployed a snapshot
7. created myrule.properties file with the snapshot URL exported by Guvnor
and put it in the server
8. Ran tests from rails client using JSON.
It all ran perfectly. Now I need to log all input facts and output facts and
the rules fired each time a client posts a request to the execution server.
How do I do that?
Take a look at the audit functionality, you can extended that be
something more custom if you need. You can also look at the debug
listeners, the audit framework is based on the listener framework.
Please help.
Thx,
Anu