Question

Web Stats / number of logins?


Badge +6

Is there a way thru the admin interface to get number of logins per users? or do we need to check the Tomcat logs?


2 replies

Userlevel 4

I believe the log is your only option. In particular, you may want to check out fmeserver.log, which will mention all logins (FME Server user and client IP).

Userlevel 5
Badge +25

You can build an automation with the Login Failed and Login Succeeded as triggers (you can find those under the FME Server System Events) and then pass that on to a workspace that writes to a logfile (or database).

Reply