User login history in WAS
How to get login history from web sphere deployed application like RM in it?
|
One answer
If you are running on WebSphere Liberty, you need to activate the audit feature in the server.xml.
<featureManager>
<feature>audit-1.0</feature> </featureManager>
See the documentation here: https://developer.ibm.com/wasdev/downloads/#asset/features-com.ibm.websphere.appserver.audit-1.0
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.