We have a JAVA/J2EE application. We need to configure audit trail,logs in JBOSS EAP Can someone help on this? AND also what should be the format?
This depends on what your 'Audit Logs' should contain. EAP contains a rich logging feature--you can configure the level of logging you'd like and specify which classes should log at which level. (This allows you to manage the amount of logging that you produce.) Almost any worthwhile JBoss book will have a section on this, it's still too broad of a question to answer here. Good luck, Rick