User activity - EWM/RTC
Hi team, I have EWM and JTS separated on two machines.
Is there a way to log activity when a user logs in to RTC?
I've enabled audit.log on both servers. That activity doesn't appear in CCM.
In JTS, the activity appears when you log in successfully, but in CCM, it appears as ccm_user, and we don't know which users have logged in.
2 answers
All the ELM applications defer user authentication to the JTS - the moment you hit a protected page on any of the ELM applications, they will redirect you to the authentication mechanism on the JTS, which will then complete the login and refer you back.
So that means the CCM application will never 'see' a login - even if you turn on all the page logging on the underlying app server, you'll only see the redirect, so you won't know if they then logged in or not.
The first logging you'll see for any application is when they perform an action of any significance - for something like CCM, looking at a project dashboard may not even trigger a log entry