Is there a way to create deployment hooks on Wildfly?
I need to be mailed after all deployments made in my server. Doesn't matter if the deployment is OK or not.
Is there a way to create deployment hooks on Wildfly?
I need to be mailed after all deployments made in my server. Doesn't matter if the deployment is OK or not.
I have a solution: you need a custom log handler.
That's all.