It's all about the answers!

Ask a question

User login history in WAS


sreenath v (78680) | asked Oct 01 '18, 8:19 a.m.

How to get login history from web sphere deployed application like RM in it?

One answer



permanent link
Kenny Smith (302614) | answered Oct 01 '18, 10:10 a.m.

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>

Your answer


Register or to post 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.